summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJust_A_Pony2024-01-27 14:05:51 +0800
committerJust_A_Pony2024-01-27 14:05:51 +0800
commit70c4c10332a1ef337993e9f4b6837f845c76b0bf (patch)
tree0708cabb8a326ceb53c267bf0d54911a77917b79 /PKGBUILD
parent3baf9748a8dbedccdc32c0fb115be06833ed58b5 (diff)
downloadaur-python-cstruct.tar.gz
v5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7791756788dd..9a8510677cc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Chen <xor.tux@gmail.com>
pkgname=python-cstruct
-pkgver=5.2
+pkgver=5.3
pkgrel=1
pkgdesc="C-style structs for Python"
url="https://github.com/andreax79/python-cstruct"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel
checkdepends=('python-pytest')
changelog=changelog.txt
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403')
+sha256sums=('499f6a4356eeaf33d662fd9b4deee3b90e186a0ff12bdab2775bc657bdfc5c19')
build() {
cd "$pkgname-$pkgver"