git » nvchecker.git » commit d5a8d43

upgpkg: 1.1-1

author Felix Yan
2018-06-26 15:12:04 UTC
committer Felix Yan
2018-06-26 15:12:04 UTC
parent aa60fd58980fe7238691d3257e166900a0ff0e9f

upgpkg: 1.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index dd5c2e5..298ec29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=nvchecker
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker"
 license=('MIT')
-depends=('python-setuptools' 'python-tornado' 'python-pycurl')
+depends=('python-setuptools' 'python-structlog' 'python-tornado' 'python-pycurl')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-pytest-asyncio' 'python-flaky')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz")
-sha512sums=('3a850030944aeec8c40490cd190e4c3d91f4c8518d3f963aee78878babb2096139a12cad1159469ac184257c2117d5bd00896d25bbd16dc8220046d522565834')
+sha512sums=('8680776c22bbb34ad531982027a173744a484a98b9a02fda4068d314bdfadefda29d4542a0dac2981ead26a0040c786c59c9239d5097a8a75aec353ace93b9fd')
 
 build() {
   cd nvchecker-$pkgver