summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araujo2018-10-20 08:41:17 -0300
committerAyrton Araujo2018-10-20 08:41:17 -0300
commita639d4e1d1feb31c473e12de0745bc1d7a6e9c4d (patch)
tree6f044eff417bb0ed90e97e896bf44d2ed5e38e47
parenta5f0a45d6e0cfdbd5b607650e283e8afdf4cef5c (diff)
downloadaur-a639d4e1d1feb31c473e12de0745bc1d7a6e9c4d.tar.gz
Update pyenv-virtualenv to 1.1.3
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe01137585d5..67fe06192a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Marc Demierre <marc.demierre@gmail.com>
+# Maintainer: Ayrton Araujo <root@ayr-ton.net>
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=pyenv-virtualenv
-pkgver=1.1.1
+pkgver=1.1.3
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=('15e3f36f4b7426cd9e88506a2702040e')
+md5sums=('49305063e18108959b2c2a43f9c1d813')
package() {
mkdir -p "${pkgdir?}"/{opt/pyenv/plugins/pyenv-virtualenv,usr/bin}