summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinson Chuong2015-07-08 06:55:15 -0700
committerVinson Chuong2015-07-08 06:55:15 -0700
commit4b6a24a2d10ddd57977688513cb7dfe6508f6113 (patch)
tree6a23c36dccb220310f6d1405b260cadad6f9101b /PKGBUILD
parent320fee64e4125084dd9d8339ac1f71d7c1bef606 (diff)
downloadaur-4b6a24a2d10ddd57977688513cb7dfe6508f6113.tar.gz
v0.0.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ea3f1b63d4..bff668e162bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname="gitaur"
-pkgver="0.0.5"
+pkgver="0.0.6"
pkgrel="1"
pkgdesc="A set of command-line scripts that automate common tasks in maintaining AUR packages on GitHub"
arch=("any")
@@ -16,7 +16,7 @@ depends=(
)
makedepends=("clidoc")
source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('4f36fa8614f45674f5b825e5c995874a')
+md5sums=('56b70b42d6c85c47829e903bec7a7c6e')
build ()
{
cd "$srcdir/$pkgname-$pkgver";