summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f07414062c52..68dbfd5c428f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = cython-git
pkgdesc = C-Extensions for Python
- pkgver = 3.0.0a11.r191.g8fcc9896f
+ pkgver = 3.0.0b2.r40.gd0bbecb7f
pkgrel = 1
url = https://cython.org/
arch = i686
arch = x86_64
- license = apache
+ license = Apache
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
- provides = cython=3.0.0a11.r191.g8fcc9896f
+ provides = cython=3.0.0b2.r40.gd0bbecb7f
conflicts = cython
source = git+https://github.com/cython/cython.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index abd906832c02..7126f7b933ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=cython-git
-pkgver=3.0.0a11.r191.g8fcc9896f
+pkgver=3.0.0b2.r40.gd0bbecb7f
pkgrel=1
pkgdesc="C-Extensions for Python"
arch=('i686' 'x86_64')
url="https://cython.org/"
-license=('apache')
+license=('Apache')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
provides=("cython=$pkgver")