summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b54843bc4aaa..d11f9eae7b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('pypy3-cython' 'pypy-cython')
pkgbase=pypy-cython
-pkgver=0.29.28
+pkgver=0.29.30
pkgrel=1
pkgdesc="C-Extensions for PyPy"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('APACHE')
makedepends=('pypy3' 'pypy')
source=(https://github.com/cython/cython/archive/$pkgver/cpython-$pkgver.tar.gz)
-md5sums=('SKIP')
+md5sums=('21609cfd0e5fe9c92da6849e27d3cf80')
build() {
cd "$srcdir"