summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2021-04-15 20:26:38 -0300
committerRafael Fontenelle2021-04-15 20:26:38 -0300
commit9dfbaed8afcd890a6171cc06ae3ba5a6eb410ed5 (patch)
treecc9687d929a73139f86b575b47ef959318659217 /PKGBUILD
parent12e47c38dde9d7a5dd87681ad34f1b366f4564e1 (diff)
downloadaur-9dfbaed8afcd890a6171cc06ae3ba5a6eb410ed5.tar.gz
Update to 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 342c3c0505b5..ff1cfd3b157a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyroaring
pkgname=python-$_name
-pkgver=0.2.11
+pkgver=0.3.0
pkgrel=1
pkgdesc="Fast and lightweight set for unsigned 32 bits integers"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('da15c42c86cd4cee65840571c87b11cc10299a6d293133cda8054048f6698a82')
+sha256sums=('685b6beb5eecf25cc66bcfe45926cb38a18722a294079a4e90c62e2c80a10408')
build() {
cd "$srcdir/$_name-$pkgver"