summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-01-25 11:00:47 +0000
committerEmmanuel Gil Peyrot2017-01-25 11:00:47 +0000
commit462af3e4dca527e3b8562ed20681719862d912a8 (patch)
tree637ed477c172c8e447fd0834640c661dfa3f22c8
parent044fe03d86df57f9f0c7a7e071ba68a1c286e76c (diff)
downloadaur-462af3e4dca527e3b8562ed20681719862d912a8.tar.gz
Update to 0.25.2, thanks SpotlightKid.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad59673e7577..e252dd6dc50e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 25 11:00:12 UTC 2017
pkgbase = pypy-cython
pkgdesc = C-Extensions for PyPy
- pkgver = 0.22
+ pkgver = 0.25.2
pkgrel = 1
url = http://www.cython.org
arch = i686
@@ -8,8 +10,8 @@ pkgbase = pypy-cython
license = APACHE
makedepends = pypy3
makedepends = pypy
- source = http://cython.org/release/Cython-0.22.tar.gz
- md5sums = 1ae25add4ef7b63ee9b4af697300d6b6
+ source = https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz
+ md5sums = 642c81285e1bb833b14ab3f439964086
pkgname = pypy3-cython
depends = pypy3
diff --git a/PKGBUILD b/PKGBUILD
index 619b9d5fc71d..8dd313d8fccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=('pypy3-cython' 'pypy-cython')
pkgbase=pypy-cython
-pkgver=0.22
+pkgver=0.25.2
pkgrel=1
pkgdesc="C-Extensions for PyPy"
arch=('i686' 'x86_64')
url="http://www.cython.org"
license=('APACHE')
makedepends=('pypy3' 'pypy')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('1ae25add4ef7b63ee9b4af697300d6b6')
+source=("https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-$pkgver.tar.gz")
+md5sums=('642c81285e1bb833b14ab3f439964086')
build() {
cd "$srcdir"