summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Demierre2017-09-12 20:51:29 +0200
committerMarc Demierre2017-09-12 20:51:29 +0200
commita5f0a45d6e0cfdbd5b607650e283e8afdf4cef5c (patch)
tree0c6a44bb541c704eceaf04814e4f310f03e5385e
parent756c090007c48f8b27d6532b8b3c558f613d5280 (diff)
downloadaur-a5f0a45d6e0cfdbd5b607650e283e8afdf4cef5c.tar.gz
Use pyenv/pyenv-virtualenv as a source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726d8d77fede..2fae0d594f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pyenv-virtualenv
pkgdesc = pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = https://github.com/yyuu/pyenv-virtualenv
+ url = https://github.com/pyenv/pyenv-virtualenv
arch = any
license = MIT
depends = pyenv
depends = bash
- source = https://github.com/yyuu/pyenv-virtualenv/archive/v1.1.1.tar.gz
+ source = https://github.com/pyenv/pyenv-virtualenv/archive/v1.1.1.tar.gz
md5sums = 15e3f36f4b7426cd9e88506a2702040e
pkgname = pyenv-virtualenv
diff --git a/PKGBUILD b/PKGBUILD
index d937fd0a6de8..fe01137585d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=pyenv-virtualenv
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)"
arch=('any')
-url="https://github.com/yyuu/pyenv-virtualenv"
+url="https://github.com/pyenv/pyenv-virtualenv"
license=('MIT')
depends=('pyenv' 'bash')
-source=("https://github.com/yyuu/$pkgname/archive/v$pkgver.tar.gz")
+source=("https://github.com/pyenv/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('15e3f36f4b7426cd9e88506a2702040e')
package() {