summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araujo2019-02-10 20:12:43 -0200
committerAyrton Araujo2019-02-10 20:12:43 -0200
commit633da03dd53658e892cfc570b1d7f66386f4b7fa (patch)
treede0c3cc6859d04018f7b20ccacaee6f1918ea309
parenta639d4e1d1feb31c473e12de0745bc1d7a6e9c4d (diff)
downloadaur-633da03dd53658e892cfc570b1d7f66386f4b7fa.tar.gz
upgpkg: pyenv-virtualenv 11.1.4-2
Update pyenv-virtualevn to 1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fae0d594f0a..2b4578958771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyenv-virtualenv
pkgdesc = pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
- pkgver = 1.1.1
+ pkgver = 1.1.4
pkgrel = 2
epoch = 1
url = https://github.com/pyenv/pyenv-virtualenv
@@ -8,8 +8,8 @@ pkgbase = pyenv-virtualenv
license = MIT
depends = pyenv
depends = bash
- source = https://github.com/pyenv/pyenv-virtualenv/archive/v1.1.1.tar.gz
- md5sums = 15e3f36f4b7426cd9e88506a2702040e
+ source = https://github.com/pyenv/pyenv-virtualenv/archive/v1.1.4.tar.gz
+ md5sums = 81629fac496b9bad8dabebe2e90841e5
pkgname = pyenv-virtualenv
diff --git a/PKGBUILD b/PKGBUILD
index 67fe06192a78..39f965902d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ayrton Araujo <root@ayr-ton.net>
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=pyenv-virtualenv
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=2
epoch=1
pkgdesc="pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)"
@@ -10,7 +10,7 @@ url="https://github.com/pyenv/pyenv-virtualenv"
license=('MIT')
depends=('pyenv' 'bash')
source=("https://github.com/pyenv/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('49305063e18108959b2c2a43f9c1d813')
+md5sums=('81629fac496b9bad8dabebe2e90841e5')
package() {
mkdir -p "${pkgdir?}"/{opt/pyenv/plugins/pyenv-virtualenv,usr/bin}
@@ -25,4 +25,3 @@ package() {
mkdir -p "$pkgdir"/usr/share/licenses/pyenv-virtualenv
cp LICENSE "$pkgdir"/usr/share/licenses/pyenv-virtualenv
}
-