summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinson Chuong2016-01-01 17:41:09 -0800
committerVinson Chuong2016-01-01 17:41:09 -0800
commit10691aa548fb6d5fff434221b02bf91543129b44 (patch)
treee3ea0ceccffb9e5837265385c72c926538d0750f /PKGBUILD
parentfa146f7083b5e4ae0671f0f7ff3debb113463365 (diff)
downloadaur-10691aa548fb6d5fff434221b02bf91543129b44.tar.gz
v0.1.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2af264b5c6c4..d020dc7ff478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=gitaur
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc=A\ set\ of\ command-line\ scripts\ that\ automate\ common\ tasks\ in\ maintaining\ AUR\ packages\ on\ GitHub
arch=(any)
@@ -16,8 +16,8 @@ depends=(
pkgbuild-introspection
)
makedepends=(clidoc)
-source=(https://github.com/vinsonchuong/gitaur/archive/v0.1.5-1.tar.gz)
-md5sums=('156631e2ba428f71aa51ed55ad360531')
+source=(https://github.com/vinsonchuong/gitaur/archive/v0.1.6-1.tar.gz)
+md5sums=('434ed063434cc55e0c94ed40533dd03d')
build ()
{
cd "${srcdir}/${pkgname}-${pkgver}-${pkgrel}";