summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-09-16 16:50:33 -0500
committerLuis Martinez2022-09-16 16:51:23 -0500
commit165b97f52f10e2d1261cc386312f1309ca515c7b (patch)
treeabda999bd501a73e45784dd615de7ed439bbd0d1 /PKGBUILD
parent38625816da5d9816c3dea3926c061972394738f5 (diff)
downloadaur-165b97f52f10e2d1261cc386312f1309ca515c7b.tar.gz
update to 3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 190097ac591f..ff3c7c991515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Chen <xor.tux@gmail.com>
pkgname=python-cstruct
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="C-style structs for Python"
url="https://github.com/andreax79/python-cstruct"
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
changelog=changelog.txt
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
'exclude-tests.patch')
-sha256sums=('e5f9e7eb53676a4be6b9d084571ee9a4c726cc817c72f2c611bf6ae13b3edfe6'
+sha256sums=('25817bcb9d1031814406506aa5be23dba68d07aab743265ac4c2641082f2f9b1'
'50c62f343cdb71381bf5f5e9e71fe75bab9f5b1a4d810855265f3a4c35036569')
prepare() {