summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c0002bb2fdb..51226322bde1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Pedro Martinez-Julia (pedromj@um.es)
pkgname=python-bitarray
-pkgver=2.9.1
+pkgver=2.9.2
pkgrel=1
pkgdesc="Efficient arrays of booleans for Python"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('PSF')
depends=('python')
makedepends=('python-distribute' 'python-wheel' 'python-build' 'python-installer')
source=(https://files.pythonhosted.org/packages/source/b/bitarray/bitarray-$pkgver.tar.gz)
-sha256sums=('912efbeed6d8b155c8e8c37464f79d75b1de58936c0f29ffb599ce95af5563f2')
+sha256sums=('a8f286a51a32323715d77755ed959f94bef13972e9a2fe71b609e40e6d27957e')
build() {
cd "$srcdir"/bitarray-$pkgver