summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')