summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Brendel2020-01-15 07:41:53 -0800
committerChris Brendel2020-01-15 07:41:53 -0800
commit432b8a5e8bd8681cc0217d12b125b51e698f6c6f (patch)
tree4083bcf5af20ac1245d33d0a8434c68c193e3139 /PKGBUILD
parent842e895116253793cd944dac8f48856d39915c75 (diff)
downloadaur-python-cymem.tar.gz
updated to version 2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6866c5fdd3a5..7fb862bc0c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Matthew Honnibal <matt@explosion.ai>
pkgname=python-cymem
_origpkgname=cymem
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Manage calls to calloc/free through Cython"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python")
makedepends=("cython" "python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/cymem/archive/v$pkgver.tar.gz")
-md5sums=("bef801db34e23b970ea996d0ebd0300a")
+md5sums=('27dc49a054c11a279e9c9ff6cb942520')
package() {
cd "$_origpkgname-$pkgver"