summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Brendel2021-03-07 12:56:05 -0500
committerChris Brendel2021-03-07 12:56:05 -0500
commit47abd193c44c58ecd3964781651fff9ea2a3a479 (patch)
tree3e5df61da42e9dbeb7addf71e0982017ff0d69e4
parent09951f39859611ca873ce2a157c829d201b68ae0 (diff)
downloadaur-47abd193c44c58ecd3964781651fff9ea2a3a479.tar.gz
updated to 3.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53bd3a9694ed..cfac66f75435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-preshed
pkgdesc = Cython hash table that trusts the keys are pre-hashed
- pkgver = 3.0.2
- pkgrel = 2
+ pkgver = 3.0.5
+ pkgrel = 1
url = https://github.com/explosion/preshed
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = python-preshed
depends = python
depends = python-cymem
depends = python-murmurhash
- source = python-preshed-3.0.2.tar.gz::https://github.com/explosion/preshed/archive/v3.0.2.tar.gz
- md5sums = 8a08bfdfecf33985f799e3aac102b14f
+ source = python-preshed-3.0.5.tar.gz::https://github.com/explosion/preshed/archive/v3.0.5.tar.gz
+ md5sums = e67a9275b76e3633130a17b504a253e9
pkgname = python-preshed
diff --git a/PKGBUILD b/PKGBUILD
index 32056dad926f..fa3e36a3be3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Python package author: Matthew Honnibal <matt@explosion.ai>
pkgname=python-preshed
_origpkgname=preshed
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.5
+pkgrel=1
pkgdesc="Cython hash table that trusts the keys are pre-hashed"
arch=("x86_64")
url="https://github.com/explosion/preshed"
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python" "python-cymem" "python-murmurhash")
makedepends=("cython" "python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/preshed/archive/v$pkgver.tar.gz")
-md5sums=("8a08bfdfecf33985f799e3aac102b14f")
+md5sums=('e67a9275b76e3633130a17b504a253e9')
package() {
cd "$_origpkgname-$pkgver"