git » nvchecker.git » commit aa60fd5

upgpkg: 1.0-1

author Felix Yan
2017-12-08 08:10:55 UTC
committer Felix Yan
2017-12-08 08:10:55 UTC
parent c761fb247a5235b89ebc5b1df6f0e27249916f8c

upgpkg: 1.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 18a2be8..dd5c2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=nvchecker
-pkgver=0.5
+pkgver=1.0
 pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('python-setuptools' '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=('aec92e7102c8b14db5033d5e2d9e1bff74b86dd76497409451b7e2db6e8df31b77f174b18a23c05de8bf0de92cd37d0ffe5403e60ac974f516a53e43c895f755')
+sha512sums=('3a850030944aeec8c40490cd190e4c3d91f4c8518d3f963aee78878babb2096139a12cad1159469ac184257c2117d5bd00896d25bbd16dc8220046d522565834')
 
 build() {
   cd nvchecker-$pkgver