summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-07-05 05:27:26 +0800
committerYen Chi Hsuan2016-07-05 05:27:26 +0800
commitc36cd0722942ea6a755da81e6c8d6d8a5930cf02 (patch)
tree3d1bf45f09da173a4cc6e088c5db2fe32252f378 /PKGBUILD
parenta0960336d904c5e9ada48093276702c6a172788f (diff)
downloadaur-c36cd0722942ea6a755da81e6c8d6d8a5930cf02.tar.gz
Bump to 24.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87fec177286a..e3a83736d1d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname='pypy-setuptools'
-pkgver=24.0.1
+pkgver=24.0.2
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -15,7 +15,7 @@ provides=('pypy-distribute')
replaces=('pypy-distribute')
url="http://pypi.python.org/pypi/setuptools"
source=("https://pypi.io/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
-sha512sums=('19dbc9a5c398e26c97a8a6bfa063b339db1455d66a4894d4a8be6f72e60163dac2f670be2b9328fae1cf85eb32c11de4654a3fa189d8090a3b1d46e25435be57')
+sha512sums=('980221d086cffa19a283dc2206af3a977b115749b7692051949678c5d7a9e29334295e428af021df1d6acca50b2a5fb43c66ea3ca4c5faae97b0b20bbe08510e')
prepare() {
cd "${srcdir}"/setuptools-${pkgver}