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