summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilydjwg2020-08-31 19:44:48 +0800
committerlilydjwg2020-08-31 19:44:48 +0800
commit4d7ba70cb1e25e74337ec659b6a5bafbcccd00a4 (patch)
treedc531ce7c96dff743a92449db19c9825de0c0f87
parent7cd5f6597d31711907fe2a7bba65f04b14ea2c93 (diff)
downloadaur-4d7ba70cb1e25e74337ec659b6a5bafbcccd00a4.tar.gz
update optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89c5a4172e6..92cdf56378f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,8 +15,6 @@ pkgbase = nvchecker-git
depends = python-toml
depends = python-appdirs
optdepends = pyalpm: for "sort_version_key = vercmp" config
- optdepends = git
- optdepends = mercurial
provides = nvchecker=2.0b0.r68
conflicts = nvchecker
source = git://github.com/lilydjwg/nvchecker.git
diff --git a/PKGBUILD b/PKGBUILD
index bc852c973cae..28ebb4383884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,14 @@
pkgname=nvchecker-git
epoch=1
pkgver=2.0b0.r68
-pkgrel=1
+pkgrel=2
pkgdesc="a tool for checking if a new version of some software has been released."
arch=('any')
url="https://github.com/lilydjwg/nvchecker"
license=('MIT')
depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 'python-pycurl' 'python-toml' 'python-appdirs')
makedepends=('git')
-optdepends=('pyalpm: for "sort_version_key = vercmp" config'
- 'git'
- 'mercurial')
+optdepends=('pyalpm: for "sort_version_key = vercmp" config')
conflicts=('nvchecker')
provides=("nvchecker=$pkgver")
source=('git://github.com/lilydjwg/nvchecker.git')