summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araujo2018-10-20 09:00:42 -0300
committerAyrton Araujo2018-10-20 09:00:42 -0300
commitb48fb3189b53dd813c78ba413beead75686bcac6 (patch)
treecd34448e11da9543be6b26b6ab1db838029c4b44
parente077006bf3f650a88eda22ddb3f4d7e28542317d (diff)
downloadaur-b48fb3189b53dd813c78ba413beead75686bcac6.tar.gz
Fix pyenv-virtualenv AUR versioning and status
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fae0d594f0a..1b4d3ffd4b43 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.3
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.3.tar.gz
+ md5sums = 49305063e18108959b2c2a43f9c1d813
pkgname = pyenv-virtualenv
diff --git a/PKGBUILD b/PKGBUILD
index bd13e6f416cb..67fe06192a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=pyenv-virtualenv
pkgver=1.1.3
-pkgrel=3
+pkgrel=2
epoch=1
pkgdesc="pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)"
arch=('any')