summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-06-18 23:35:17 +0200
committerMichel Zou2022-06-18 23:35:17 +0200
commit0ead5c1f47098b4e0b6929d509e40d5eb09a4241 (patch)
tree48721ba52e295feabfa5c2a031fa68ff311a5979
parent6b98cb4697cb96fb811011e288a4dbccbe8fe17e (diff)
downloadaur-0ead5c1f47098b4e0b6929d509e40d5eb09a4241.tar.gz
0.29.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bf39983994..5bc88368580d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pypy-cython
pkgdesc = C-Extensions for PyPy
- pkgver = 0.29.28
+ pkgver = 0.29.30
pkgrel = 1
url = http://www.cython.org
arch = i686
@@ -8,8 +8,8 @@ pkgbase = pypy-cython
license = APACHE
makedepends = pypy3
makedepends = pypy
- source = https://github.com/cython/cython/archive/0.29.28/cpython-0.29.28.tar.gz
- md5sums = SKIP
+ source = https://github.com/cython/cython/archive/0.29.30/cpython-0.29.30.tar.gz
+ md5sums = 21609cfd0e5fe9c92da6849e27d3cf80
pkgname = pypy3-cython
depends = pypy3
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"