summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hahler2019-10-24 22:13:01 +0200
committerDaniel Hahler2019-10-24 22:13:01 +0200
commit86b12c6de477d7da638903f6a2973f5ca97e0a92 (patch)
tree8b2de22e18983d36df9f57648635b3f9a11eef83
parentdcbbbda2675701d410df385289d5f79af7eb1359 (diff)
downloadaur-86b12c6de477d7da638903f6a2973f5ca97e0a92.tar.gz
Switch to https://github.com/pypy/pyrepl
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0e3e0624058..96aff5b43958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-pyrepl-git
provides = python-pyrepl-hg
conflicts = python-pyrepl
conflicts = python-pyrepl-hg
- source = git+https://github.com/blueyed/pyrepl
+ source = git+https://github.com/pypy/pyrepl
md5sums = SKIP
pkgname = python-pyrepl-git
diff --git a/PKGBUILD b/PKGBUILD
index ad2d2235dcdf..f6b94c62c213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# long time.
pkgname=python-pyrepl-git
_realpkg=pyrepl
-pkgver=0.9.0.16.g9df1fcb
+pkgver=0.9.0.29.g73bf331
pkgrel=1
pkgdesc="A Python library for building flexible command line interfaces"
url="https://github.com/blueyed/pyrepl"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python')
conflicts=('python-pyrepl' 'python-pyrepl-hg')
provides=('python-pyrepl' 'python-pyrepl-hg')
-source=("git+https://github.com/blueyed/pyrepl")
+source=("git+https://github.com/pypy/pyrepl")
md5sums=('SKIP')
makedepends=('git' 'python')