[arch-commits] Commit in nvchecker/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jul 11 06:37:58 UTC 2017


    Date: Tuesday, July 11, 2017 @ 06:37:57
  Author: felixonmars
Revision: 243936

upgpkg: nvchecker 0.5-1

Modified:
  nvchecker/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 06:31:18 UTC (rev 243935)
+++ PKGBUILD	2017-07-11 06:37:57 UTC (rev 243936)
@@ -2,21 +2,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=nvchecker
-pkgver=0.4.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker"
 license=('MIT')
-depends=('python-setuptools' 'python-tornado')
-checkdepends=('python-pytest-runner' 'python-flaky')
+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=('db18e330a2c5d9599d8910623f994df0b3d594ace209ff38cac0113f1a8da79b24025dcf8590b007c6a7eb9d5460218bfb3e8231f0174ed752854c094200db57')
+sha512sums=('aec92e7102c8b14db5033d5e2d9e1bff74b86dd76497409451b7e2db6e8df31b77f174b18a23c05de8bf0de92cd37d0ffe5403e60ac974f516a53e43c895f755')
 
-prepare() {
-  sed -i 's/1.3\-7/1.3-8/' nvchecker-$pkgver/tests/test_{archpkg,pacman}.py
-}
-
 build() {
   cd nvchecker-$pkgver
   python setup.py build 



More information about the arch-commits mailing list