summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-07-02 09:06:00 -0300
committerRafael Fontenelle2019-07-02 09:06:00 -0300
commit66400d7b5328c3fe1e6ef31b6bfb88d9f209890f (patch)
tree6520350de16375fd984f76bef88bb243c64de191 /PKGBUILD
parent7bd68551f269bb58b43341f8a4a40259434e718d (diff)
downloadaur-66400d7b5328c3fe1e6ef31b6bfb88d9f209890f.tar.gz
Update 0.2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5e46d7c4310..6e4de0976fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=pyroaring
pkgname=('python-pyroaring' 'python2-pyroaring')
pkgbase=python-$_name
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
pkgdesc="Fast and lightweight set for unsigned 32 bits integers"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://pypi.org/pypi/$_name"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e065a765b51725b39c9efe5cf615e587e23582a4ad236f177ed12992325b2308')
+sha256sums=('36a45371ddcfc61db3c4180e15cc01da48a8adb4665d0dc08de217bf69973b4a')
prepare() {
cp -a $_name-$pkgver{,-py2}