summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilydjwg2017-07-08 16:30:30 +0800
committerlilydjwg2017-07-08 16:30:30 +0800
commit2855af5c66a3caa82d792f4ba6779f49370177eb (patch)
tree722e7efe5ba270ba79f1cc3a71e7eb3db9eef0b4 /PKGBUILD
parentcfcb4efa1082d7766b9d60d4e42489f8e104cc9e (diff)
downloadaur-2855af5c66a3caa82d792f4ba6779f49370177eb.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72b91d329276..a401f270b05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,19 @@
# Co-maintainer: lilydjwg <lilydjwg@gmail.com>
pkgname=nvchecker-git
-pkgver=v0.4.4.r16.ga82c18c
+pkgver=v0.4.4.r31.g189847f
pkgrel=1
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-aiohttp' 'python-setuptools')
+depends=('python' 'python-setuptools')
makedepends=('git')
-optdepends=('git' 'mercurial')
+optdepends=('python-aiohttp: HTTP client (only one needed)'
+ 'python-tornado: HTTP client (only one needed)'
+ 'python-pycurl: better HTTP support for Tornado'
+ 'git'
+ 'mercurial')
source=('git://github.com/lilydjwg/nvchecker.git')
md5sums=('SKIP')