summarylogtreecommitdiffstats
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
parent3baf9748a8dbedccdc32c0fb115be06833ed58b5 (diff)
downloadaur-python-cstruct.tar.gz
v5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc9cc9a890a2..aa37572e2210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cstruct
pkgdesc = C-style structs for Python
- pkgver = 5.2
+ pkgver = 5.3
pkgrel = 1
url = https://github.com/andreax79/python-cstruct
changelog = changelog.txt
@@ -12,7 +12,7 @@ pkgbase = python-cstruct
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = python-cstruct-5.2.tar.gz::https://github.com/andreax79/python-cstruct/archive/v5.2.tar.gz
- sha256sums = 59ca9d53f95c032fb6ea45ce543d6ee83fe5716370b3e1dc6e0834688f710403
+ source = python-cstruct-5.3.tar.gz::https://github.com/andreax79/python-cstruct/archive/v5.3.tar.gz
+ sha256sums = 499f6a4356eeaf33d662fd9b4deee3b90e186a0ff12bdab2775bc657bdfc5c19
pkgname = python-cstruct
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"