summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2023-10-19 09:59:56 +0200
committerPeter Züger2023-10-19 09:59:56 +0200
commit0699f665c9b537c5af31622448e83bf6752748db (patch)
tree614fbe847f40bbfa48f1398f16bec4d6c5cc4494
parent469371d4127d1f7a23671b3d4279f1273ba06469 (diff)
downloadaur-0699f665c9b537c5af31622448e83bf6752748db.tar.gz
version upgrade 8.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d88241318965..d4740868d246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-bitstruct
pkgdesc = This module performs conversions between Python values and C bit field structs represented as Python byte strings
- pkgver = 8.17.0
+ pkgver = 8.18.0
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/35/30/bbca95e38135ab88e95532b5b5d45287c34aa0066a9b8dd9b4f13ffdefd3/bitstruct-8.17.0.tar.gz
- sha256sums = eb94b40e4218a23aa8f90406b836a9e6ed83e48b8d112ce3f96408463bd1b874
+ source = https://files.pythonhosted.org/packages/ac/1a/f51ba0abf687433681b5607cab8307a822c56c6e43a2913c3d8f1531df7e/bitstruct-8.18.0.tar.gz
+ sha256sums = 91865b210a4bfa86817537c0d934fac97fe671717f08665dc134551cfed3be13
pkgname = python-bitstruct
diff --git a/PKGBUILD b/PKGBUILD
index 832d405014e9..2cadf528f031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.17.0
+pkgver=8.18.0
pkgrel=1
pkgdesc="This module performs conversions between Python values and C bit field structs represented as Python byte strings"
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/eerimoq/bitstruct"
license=('MIT')
makedepends=('python-setuptools')
depends=('python')
-source=("https://files.pythonhosted.org/packages/35/30/bbca95e38135ab88e95532b5b5d45287c34aa0066a9b8dd9b4f13ffdefd3/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('eb94b40e4218a23aa8f90406b836a9e6ed83e48b8d112ce3f96408463bd1b874')
+source=("https://files.pythonhosted.org/packages/ac/1a/f51ba0abf687433681b5607cab8307a822c56c6e43a2913c3d8f1531df7e/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('91865b210a4bfa86817537c0d934fac97fe671717f08665dc134551cfed3be13')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"