diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-09-10 11:20:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-09-10 11:20:20 -0500 |
commit | 6f47b3a3e634f73e7a3992a240d21a6f3ba1f173 (patch) | |
tree | 252eddc1480a952677b9ecaabe19fca9538075c4 /pcr/gitflow-avh | |
parent | 53e92620f508f487b642b46d4cfff2534cbe7aae (diff) | |
download | abslibre-6f47b3a3e634f73e7a3992a240d21a6f3ba1f173.tar.gz abslibre-6f47b3a3e634f73e7a3992a240d21a6f3ba1f173.tar.bz2 abslibre-6f47b3a3e634f73e7a3992a240d21a6f3ba1f173.zip |
gitflow-avh-1.10.1-1: updating version
Diffstat (limited to 'pcr/gitflow-avh')
-rw-r--r-- | pcr/gitflow-avh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gitflow-avh/PKGBUILD b/pcr/gitflow-avh/PKGBUILD index 3ce2e5477..1d6f76dbe 100644 --- a/pcr/gitflow-avh/PKGBUILD +++ b/pcr/gitflow-avh/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=gitflow-avh -pkgver=1.9.1 +pkgver=1.10.1 pkgrel=1 pkgdesc="Extend git with Vincent Driessen's branching model. The AVH Edition adds more functionality." arch=('any') @@ -12,7 +12,7 @@ depends=('git') provides=('gitflow') conflicts=('gitflow' 'gitflow-git') source=("https://github.com/petervanderdoes/gitflow/archive/${pkgver}.tar.gz") -md5sums=('48c9082bf7dc3cdf7d9fc07d6c23136b') +md5sums=('35effa3455ce815e14a2df4e5cea1f8d') package(){ cd "$srcdir/$pkgname-$pkgver" |