summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAyrton Araujo2019-02-13 23:27:25 -0200
committerAyrton Araujo2019-02-13 23:27:25 -0200
commitcafc242ad51d56775a788ae6415ae051843f631e (patch)
tree794fbb86ef1ccbc3dd6d05af190a292cc8700cfd /PKGBUILD
parente5d6c6bd9e145a77643a08c3beda0f6f4773c72e (diff)
downloadaur-cafc242ad51d56775a788ae6415ae051843f631e.tar.gz
upgpkg: pyenv-virtualenv 11.1.5-2
Update pyenv-virtualenv to 1.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}