Skip to content

Commit

Permalink
cython: update to 0.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Adsun701 committed Apr 14, 2019
1 parent 383ea0e commit 8cba085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-cython/PKGBUILD
Expand Up @@ -4,8 +4,8 @@
_realname=cython
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-cython" "${MINGW_PACKAGE_PREFIX}-cython2")
pkgver=0.29.6
pkgrel=2
pkgver=0.29.7
pkgrel=1
pkgdesc="C-Extensions for Python (mingw-w64)"
arch=('any')
url="http://www.cython.org"
Expand All @@ -16,7 +16,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-gcc"
)
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cython/cython/archive/${pkgver}.tar.gz")
sha256sums=('35a2c8c5e53dee0f5fcb027673ce31fed157abf367dbd26361cf8a0cd6282ec3')
sha256sums=('beb698e36ec1c9cb09aaf3b9d1079aa1af5bb3f8f8eb9aacd2636c1302ff4b4e')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit 8cba085

Please sign in to comment.