summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilydjwg2018-04-16 11:46:09 +0800
committerlilydjwg2018-04-16 11:46:09 +0800
commit91b4836b50add18379ff398340d7325bbdb9665a (patch)
treeba3c8bcfcb67b05a8ba2cad6428ba45323ba272d /PKGBUILD
parent1f12a77048564f15eae75a7b3585c2d8a2349fce (diff)
downloadaur-91b4836b50add18379ff398340d7325bbdb9665a.tar.gz
update dep and version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7c426cb3293..78d61b2e5b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Co-maintainer: lilydjwg <lilydjwg@gmail.com>
pkgname=nvchecker-git
-pkgver=0.5.0
epoch=1
-pkgrel=1
+pkgver=1.1dev.r27
+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')
+depends=('python' 'python-setuptools' 'python-structlog')
makedepends=('git')
optdepends=('python-aiohttp: HTTP client (only one needed)'
'python-tornado: HTTP client (only one needed)'