diff options
Diffstat (limited to 'community/py-greenlet/APKBUILD')
-rw-r--r-- | community/py-greenlet/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD index ef0fd9258a..69770bab8a 100644 --- a/community/py-greenlet/APKBUILD +++ b/community/py-greenlet/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Elizabeth Jennifer Myers <elizabeth@sporksirc.net> pkgname=py-greenlet _pkgname=greenlet -pkgver=0.4.13 +pkgver=0.4.15 pkgrel=0 pkgdesc="Lightweight in-process concurrent programming" url="https://pypi.python.org/pypi/greenlet" @@ -11,8 +11,7 @@ license="MIT" depends="" makedepends="python2-dev py-setuptools python3-dev" subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz - ppc64le_clobbering.patch" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" @@ -51,5 +50,4 @@ _py3() { _py python3 } -sha512sums="625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61 greenlet-0.4.13.tar.gz -fdadaefaa69a07c1926a000c70ed58b92e2103942b7031310575e3b2feefa15d56d2f9df72db3cab583b97d1f6607df5e09bd85bc3be284a0de18d2d1ffbe869 ppc64le_clobbering.patch" +sha512sums="a3b7856aadc988fe153f5cf62552dd6219358f35ee2ca136e5eb5c9871cb7545986753af299e6b3e95877e9aa564559e95c548785f78e680766630b047a1ec89 greenlet-0.4.15.tar.gz" |