summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Chuong2016-01-01 17:41:09 -0800
committerVinson Chuong2016-01-01 17:41:09 -0800
commit10691aa548fb6d5fff434221b02bf91543129b44 (patch)
treee3ea0ceccffb9e5837265385c72c926538d0750f
parentfa146f7083b5e4ae0671f0f7ff3debb113463365 (diff)
downloadaur-10691aa548fb6d5fff434221b02bf91543129b44.tar.gz
v0.1.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a98d277e090..225f4c076b9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 1 19:43:12 UTC 2016
+# Sat Jan 2 01:41:09 UTC 2016
pkgbase = gitaur
pkgdesc = A set of command-line scripts that automate common tasks in maintaining AUR packages on GitHub
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/vinsonchuong/gitaur
arch = any
@@ -15,8 +15,8 @@ pkgbase = gitaur
depends = namcap
depends = ninka
depends = pkgbuild-introspection
- 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
pkgname = gitaur
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}";