summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinson Chuong2015-11-01 15:27:06 -0800
committerVinson Chuong2015-11-01 15:27:06 -0800
commite202fab5f05a40f196093ffc08f3e4527b025e44 (patch)
treeac3f4ba084577705f2a808132e5a8e908b12eeeb /PKGBUILD
parent2443c4a5e0ba1fac5b720e78d3f47bef549c9863 (diff)
downloadaur-e202fab5f05a40f196093ffc08f3e4527b025e44.tar.gz
v0.1.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40bef9d27234..3e9f944b834f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname="gitaur"
-pkgver="0.1.3"
-pkgrel="2"
+pkgver="0.1.4"
+pkgrel="1"
pkgdesc="A\ set\ of\ command-line\ scripts\ that\ automate\ common\ tasks\ in\ maintaining\ AUR\ packages\ on\ GitHub"
arch=("any")
url="https://github.com/vinsonchuong/gitaur"
@@ -16,8 +16,8 @@ depends=(
"pkgbuild-introspection"
)
makedepends=("clidoc")
-source=("https://github.com/vinsonchuong/gitaur/archive/v0.1.3-2.tar.gz")
-md5sums=("SKIP")
+source=("https://github.com/vinsonchuong/gitaur/archive/v0.1.4-1.tar.gz")
+md5sums=('cc99b4537f189b4725a00ad1872ad14f')
build ()
{
cd "${srcdir}/${pkgname}-${pkgver}-${pkgrel}";