summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe5873129231..58d9c3adbba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pyrepl
pkgdesc = A Python library for building flexible command line interfaces
- pkgver = 0.8.4
+ pkgver = 0.9.0
pkgrel = 1
- url = http://pypi.python.org/pypi/pyrepl
+ url = https://github.com/pypy/pyrepl
arch = any
license = MIT
depends = python2
- source = http://pypi.python.org/packages/source/p/pyrepl/pyrepl-0.8.4.tar.gz
- md5sums = 9f02a9cc56162e2df647283d9180d7da
+ source = https://files.pythonhosted.org/packages/source/p/pyrepl/pyrepl-0.9.0.tar.gz
+ md5sums = 7c6e6d9df46b8687c8a4106b26a5cd85
pkgname = pyrepl
diff --git a/PKGBUILD b/PKGBUILD
index 353c4599fc43..b8e3232e9471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: S.Leduc <sebastien@sleduc.fr>
pkgname=pyrepl
-pkgver=0.8.4
+pkgver=0.9.0
pkgrel=1
pkgdesc="A Python library for building flexible command line interfaces"
-url="http://pypi.python.org/pypi/pyrepl"
+url="https://github.com/pypy/pyrepl"
arch=("any")
license=('MIT')
depends=('python2')
-source=("http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('9f02a9cc56162e2df647283d9180d7da')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('7c6e6d9df46b8687c8a4106b26a5cd85')
package() {
cd "$srcdir/$pkgname-$pkgver"