summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araujo2019-02-13 23:27:25 -0200
committerAyrton Araujo2019-02-13 23:27:25 -0200
commitcafc242ad51d56775a788ae6415ae051843f631e (patch)
tree794fbb86ef1ccbc3dd6d05af190a292cc8700cfd
parente5d6c6bd9e145a77643a08c3beda0f6f4773c72e (diff)
downloadaur-cafc242ad51d56775a788ae6415ae051843f631e.tar.gz
upgpkg: pyenv-virtualenv 11.1.5-2
Update pyenv-virtualenv to 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b4578958771..eca06edc1ade 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.4
+ pkgver = 1.1.5
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.4.tar.gz
- md5sums = 81629fac496b9bad8dabebe2e90841e5
+ source = https://github.com/pyenv/pyenv-virtualenv/archive/v1.1.5.tar.gz
+ md5sums = 2ebab171a403915d695c383855ac78e4
pkgname = pyenv-virtualenv
diff --git a/PKGBUILD b/PKGBUILD
index 39f965902d92..dd1416b1bd82 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.4
+pkgver=1.1.5
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=('81629fac496b9bad8dabebe2e90841e5')
+md5sums=('2ebab171a403915d695c383855ac78e4')
package() {
mkdir -p "${pkgdir?}"/{opt/pyenv/plugins/pyenv-virtualenv,usr/bin}