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

Timothy Redaelli tredaelli at archlinux.org
Sat Sep 24 01:14:05 UTC 2016


    Date: Saturday, September 24, 2016 @ 01:14:04
  Author: tredaelli
Revision: 190226

upgpkg: python2-hidapi 0.7.99.19-1

Modified:
  python2-hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 01:10:28 UTC (rev 190225)
+++ PKGBUILD	2016-09-24 01:14:04 UTC (rev 190226)
@@ -3,8 +3,8 @@
 # Contributor: Andy Weidenbaum <archbaum at gmail.com>
 
 pkgname=python2-hidapi
-pkgver=0.7.99.5
-_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgver=0.7.99.19
+_pkgver=${pkgver%.*}.post${pkgver##*.}
 pkgrel=1
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 makedepends=('cython2' 'python2-setuptools')
 url="https://github.com/trezor/cython-hidapi"
 license=('custom')
-source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+source=(https://pypi.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('890dea8bd8c4d35e1f1b29a9a3431aa1ee79ee1baf86cacb5913983a5bec5689')
 
 build() {
   cd "${pkgname#python2-}-$_pkgver"



More information about the arch-commits mailing list