mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
cython2: auto updated to 3.0.4-1
This commit is contained in:
parent
8d5f1975dd
commit
c8cab5680e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Contributor: Igor Scabini <furester @ gmail.com>
|
# Contributor: Igor Scabini <furester @ gmail.com>
|
||||||
pkgname=cython2
|
pkgname=cython2
|
||||||
_name="${pkgname%2}"
|
_name="${pkgname%2}"
|
||||||
pkgver=3.0.3
|
pkgver=3.0.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='C-Extensions for Python 2'
|
pkgdesc='C-Extensions for Python 2'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -14,7 +14,7 @@ license=('APACHE')
|
||||||
makedepends=('python2-setuptools')
|
makedepends=('python2-setuptools')
|
||||||
depends=('python2')
|
depends=('python2')
|
||||||
source=("$pkgname-$pkgver.tar.gz::$_github/archive/refs/tags/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$_github/archive/refs/tags/$pkgver.tar.gz")
|
||||||
sha256sums=('0c2eae8a4ceab7955be1e11a4ddc5dcc3aa06ce22ad594262f1555b9d10667f0')
|
sha256sums=('d22c3fd0141860ef892f51ea834556ee42c3c9f83739ad92187dcf0b9f938786')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$_name-$pkgver"
|
cd "$srcdir/$_name-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue