summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJust_A_Pony2023-07-21 11:17:55 +0800
committerJust_A_Pony2023-07-21 11:17:55 +0800
commit3baf9748a8dbedccdc32c0fb115be06833ed58b5 (patch)
tree3d780f16b1b75f5e5329849fe67f94b626cecca2 /PKGBUILD
parent92a5b8293831c421c4e9dce3da737dde35cd4bca (diff)
downloadaur-3baf9748a8dbedccdc32c0fb115be06833ed58b5.tar.gz
update to 5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c923a46bae2..7791756788dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Chen <xor.tux@gmail.com>
pkgname=python-cstruct
-pkgver=5.0
+pkgver=5.2
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=('7e929b879b9ebdac49bce16e170499180a7273bf381393da27a46bcdefea3fc7')
+sha256sums=('59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403')
build() {
cd "$pkgname-$pkgver"