summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-01-24 15:12:13 -0500
committerGuillaume Horel2022-01-24 15:12:13 -0500
commit950d17b9f52cb4a8b47cc8d9eaf01730c6f902fb (patch)
tree6174cdbf41c72143fda7f6d1018e29f05f6542f1
parent77ad6aee51e8d6d1d7c97589f8be77d765e69956 (diff)
downloadaur-950d17b9f52cb4a8b47cc8d9eaf01730c6f902fb.tar.gz
bump to 3.0.0a10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f518c2386e3..d13bf9dd6c8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cython3
pkgdesc = C-Extensions for Python
- pkgver = 3.0.0a9
+ pkgver = 3.0.0a10
pkgrel = 1
url = https://cython.org
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cython3
depends = python
provides = cython
conflicts = cython
- source = cython3-3.0.0a9.tar.gz::https://github.com/cython/cython/archive/3.0.0a9.tar.gz
+ source = cython3-3.0.0a10.tar.gz::https://github.com/cython/cython/archive/3.0.0a10.tar.gz
source = cython-hash-int-conversion.patch::https://github.com/cython/cython/commit/28251032.patch
- sha256sums = fe9ae4e86a331683d12eaff489b17bb8ecfa7af1bd4b8513934b284ed99f2bcc
+ sha256sums = d530216e015fd365bf3327a176e0073d0e5b8d48781f387336459f10032d776f
sha256sums = 28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8
pkgname = cython3
diff --git a/PKGBUILD b/PKGBUILD
index 719f77b3d239..21e21e9b3c85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython3
-pkgver=3.0.0a9
+pkgver=3.0.0a10
pkgrel=1
pkgdesc="C-Extensions for Python"
arch=(x86_64)
@@ -15,7 +15,7 @@ provides=('cython')
conflicts=('cython')
source=($pkgname-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz"
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch")
-sha256sums=('fe9ae4e86a331683d12eaff489b17bb8ecfa7af1bd4b8513934b284ed99f2bcc'
+sha256sums=('d530216e015fd365bf3327a176e0073d0e5b8d48781f387336459f10032d776f'
'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
build() {