summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD12
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f73015aee55..c28862894138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-construct
pkgdesc = Python library for declarative building/parsing of data structures.
- pkgver = 2.5.1
- pkgrel = 2
+ pkgver = 2.9.45
+ pkgrel = 1
epoch = 1
url = https://github.com/construct/construct
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-construct
depends = python2
depends = python2-six
replaces = construct
- source = https://pypi.python.org/packages/source/c/construct/construct-2.5.1.tar.gz
- md5sums = 4881ed2208f6ee226b61e2310f696924
+ source = https://pypi.python.org/packages/source/c/construct/construct-2.9.45.tar.gz
+ md5sums = 2498a8fd0782c56df915be4948402db5
pkgname = python2-construct
diff --git a/PKGBUILD b/PKGBUILD
index 88d923cf9081..db23476051cd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: David Scholl <djscholl at gmail dot com>
+# Maintainer: Jose Riha <jose 1711 gmail com>
+# Contributor: David Scholl <djscholl at gmail dot com>
+
pkgname=python2-construct
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.9.45
+pkgrel=1
pkgdesc="Python library for declarative building/parsing of data structures."
arch=('any')
epoch=1
@@ -10,8 +12,8 @@ license=('MIT')
depends=('python2' 'python2-six')
makedepends=('python2-setuptools')
replaces=('construct')
-source=(https://pypi.python.org/packages/source/c/construct/construct-2.5.1.tar.gz)
-md5sums=('4881ed2208f6ee226b61e2310f696924')
+source=(https://pypi.python.org/packages/source/c/construct/construct-${pkgver}.tar.gz)
+md5sums=('2498a8fd0782c56df915be4948402db5')
build() {
cd $srcdir/construct-$pkgver