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

Felix Yan felixonmars at archlinux.org
Mon Dec 26 03:11:33 UTC 2016


    Date: Monday, December 26, 2016 @ 03:11:33
  Author: felixonmars
Revision: 202464

upgpkg: python-construct 2.6.4-1

python 3.6 rebuild

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 03:10:29 UTC (rev 202463)
+++ PKGBUILD	2016-12-26 03:11:33 UTC (rev 202464)
@@ -3,7 +3,8 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.6.2
+pkgver=2.6.4
+_commit=cdc7cc2448a73035021b8caf9c3a0b7bbf707a9a
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')
@@ -10,8 +11,8 @@
 license=('MIT')
 url="http://construct.readthedocs.org"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/construct/construct.git#tag=v$pkgver")
+checkdepends=('python-nose' 'python2-nose' 'python-numpy' 'python2-numpy')
+source=("git+https://github.com/construct/construct.git#commit=$_commit")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list