summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Brendel2019-03-05 14:32:12 -0800
committerChris Brendel2019-03-05 14:32:12 -0800
commitfc87302447bb6f54073bef6f757c0c3f2e809c0b (patch)
tree2c8322f9ce8410e955e32b59f64d7caa95189595
parent38189f29db6ab222803ff28fa25f6e55cdf9bd76 (diff)
downloadaur-fc87302447bb6f54073bef6f757c0c3f2e809c0b.tar.gz
Updated to1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5835b76a53f2..38342f2520ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-murmurhash
pkgdesc = Cython bindings for MurmurHash2
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/explosion/murmurhash
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python-murmurhash
depends = python
depends = cython
depends = python-pytest
- source = python-murmurhash-1.0.1.tar.gz::https://github.com/explosion/murmurhash/archive/v1.0.1.tar.gz
- md5sums = 35a01f10802226e2d99e463004f520ec
+ source = python-murmurhash-1.0.2.tar.gz::https://github.com/explosion/murmurhash/archive/v1.0.2.tar.gz
+ md5sums = 1a5e4f267d06150301b640803a4e3325
pkgname = python-murmurhash
diff --git a/PKGBUILD b/PKGBUILD
index 3930a20124ba..dbf675ae94ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Matthew Honnibal <matt@explosion.ai>
pkgname=python-murmurhash
_origpkgname=murmurhash
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Cython bindings for MurmurHash2"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python" "cython" "python-pytest")
makedepends=("python-setuptools" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/murmurhash/archive/v$pkgver.tar.gz")
-md5sums=("35a01f10802226e2d99e463004f520ec")
+md5sums=("1a5e4f267d06150301b640803a4e3325")
package() {
cd "$_origpkgname-$pkgver"