summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Chen2018-12-27 21:16:55 +0000
committerAndrew Chen2018-12-27 21:16:55 +0000
commitabed13c8462de78c55a3adbc688294282ce1ad9a (patch)
tree915cbf8ba28f24b423c6d05abfdfb82d4e005606 /PKGBUILD
parent7c66cfd34d531e56907f0b645517fa0105653be0 (diff)
downloadaur-abed13c8462de78c55a3adbc688294282ce1ad9a.tar.gz
updpkg 1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c69dc0e7b127..d28eef550843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Chen <andrew.chuanye.chen@gmail.com>
+# Maintainer: Andrew Chen <xor.tux@gmail.com>
pkgbase=python-cstruct
pkgname=('python-cstruct' 'python2-cstruct')
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc="C-style structs for Python"
url="https://github.com/andreax79/python-cstruct"
@@ -10,7 +10,7 @@ arch=('any')
license=('MIT')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
source=("https://pypi.python.org/packages/source/c/cstruct/cstruct-$pkgver.tar.gz")
-sha256sums=('42c6239336fe2d7119941ac3f9ca360e07148d715b742231e3dcc3a5ddd76492')
+sha256sums=('e11684fd5e8b9a44834f96dc88293cd7cf5cb393bddee4a9f83ef3f9824bb7af')
prepare() {
cp -r cstruct-${pkgver} python2-cstruct-${pkgver}