author | Felix Yan
<felixonmars@archlinux.org> 2022-02-02 17:53:37 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2022-02-02 17:53:37 UTC |
parent | 471861ece30f0ad2ef7c9711bd45db542bf43867 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 935d863..37f8a82 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org> pkgname=nvchecker -pkgver=2.5 +pkgver=2.6 # git rev-parse v$pkgver -_commit=f0be206608736c108403736206a28356e8052de7 -pkgrel=2 +_commit=d537d252f5cd55b8fd3c4226c3a18a21653fbcaa +pkgrel=1 pkgdesc="New version checker for software releases" arch=('any') url="https://github.com/lilydjwg/nvchecker" license=('MIT') -depends=('python' 'python-toml' 'python-structlog' 'python-appdirs' 'python-tornado' 'python-pycurl') +depends=('python' 'python-tomli' 'python-structlog' 'python-appdirs' 'python-tornado' 'python-pycurl') makedepends=('git' 'python-docutils' 'python-setuptools' 'python-pygments') checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 'python-flaky' 'python-lxml' 'pyalpm' 'git') optdepends=(