summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb12fc6d868..b6107ac05621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 21:04:31 UTC 2016
+# Mon Jan 23 20:55:54 UTC 2017
pkgbase = gitaur
pkgdesc = A set of command-line scripts that automate common tasks in maintaining AUR packages on GitHub
- pkgver = 0.1.8
+ pkgver = 0.1.9
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.8-1.tar.gz
- md5sums = 28642814d4e413fb35776ea43b6deb64
+ source = https://github.com/vinsonchuong/gitaur/archive/v0.1.9-1.tar.gz
+ md5sums = SKIP
pkgname = gitaur
diff --git a/PKGBUILD b/PKGBUILD
index 49617cce9667..66ed3ffcdf16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=gitaur
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=1
pkgdesc=A\ set\ of\ command-line\ scripts\ that\ automate\ common\ tasks\ in\ maintaining\ AUR\ packages\ on\ GitHub
arch=(any)
@@ -16,8 +16,9 @@ depends=(
pkgbuild-introspection
)
makedepends=(clidoc)
-source=(https://github.com/vinsonchuong/gitaur/archive/v0.1.8-1.tar.gz)
-md5sums=('28642814d4e413fb35776ea43b6deb64')
+source=(https://github.com/vinsonchuong/gitaur/archive/v0.1.9-1.tar.gz)
+
+md5sums=("SKIP")
build ()
{
cd "${srcdir}/${pkgname}-${pkgver}-${pkgrel}";