summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Brendel2023-01-22 13:09:30 -0500
committerChris Brendel2023-01-22 13:09:30 -0500
commit0269d58b7601cccec403b0d023594f0fb206b4b3 (patch)
tree0450ae8d330e0dff18ff56bb426da25685af9848 /PKGBUILD
parent6f02340557347b94232994aa362d6a908816641e (diff)
downloadaur-python-preshed.tar.gz
updated to 3.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b324c7d633ec..ef011508f694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Matthew Honnibal <matt@explosion.ai>
pkgname=python-preshed
_origpkgname=preshed
-pkgver=3.0.6
+pkgver=3.0.8
pkgrel=1
pkgdesc="Cython hash table that trusts the keys are pre-hashed"
arch=("x86_64")
@@ -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=('cbe62404d6e7b11575ed464f05db5e08')
+md5sums=('07b70ae92d49d180798d491c64b0e4b8')
package() {
cd "$_origpkgname-$pkgver"