summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-08-30 02:16:48 +0800
committerYen Chi Hsuan2016-08-30 02:16:48 +0800
commit1096c9452d27601b1d10b70d6f25a838f1e14032 (patch)
tree5b5e3910eae589d116c1f5b1f618f3dc4eb9a3e8 /PKGBUILD
parente2a752e43b6ddbbd11bd1f1a5abd4e2e2c005845 (diff)
downloadaur-1096c9452d27601b1d10b70d6f25a838f1e14032.tar.gz
Bump to 26.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbdf2e3bc422..7daede246499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname='pypy-setuptools'
-pkgver=26.0.0
+pkgver=26.1.0
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=('878f27f009336ca086c290a3dafb4c68d2cf77d2320503b0696d4d2959358a53ecdf9214c695d0ef5d9d97f38556e84039038c7d3281ab89fe3c330ba17feedd')
+sha512sums=('2cff425b10b04f61837952df04aa2060d4b3cf79dd80253bba501698b9cfc69c8940ee950441f3e8c29f58476b5516d2177640c71fbe24ab5275c3cfe8e8cd54')
prepare() {
cd "${srcdir}"/setuptools-${pkgver}