summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b93009ddead3..cce342eb763c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bitarray
pkgdesc = Efficient arrays of booleans for Python
- pkgver = 2.9.1
+ pkgver = 2.9.2
pkgrel = 1
url = https://github.com/ilanschnell/bitarray
arch = i686
@@ -11,7 +11,7 @@ pkgbase = python-bitarray
makedepends = python-build
makedepends = python-installer
depends = python
- source = https://files.pythonhosted.org/packages/source/b/bitarray/bitarray-2.9.1.tar.gz
- sha256sums = 912efbeed6d8b155c8e8c37464f79d75b1de58936c0f29ffb599ce95af5563f2
+ source = https://files.pythonhosted.org/packages/source/b/bitarray/bitarray-2.9.2.tar.gz
+ sha256sums = a8f286a51a32323715d77755ed959f94bef13972e9a2fe71b609e40e6d27957e
pkgname = python-bitarray
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