summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinson Chuong2015-07-12 18:35:39 -0700
committerVinson Chuong2015-07-12 18:35:39 -0700
commit610dafdfc39fa01c76a520cff8e8685f26bd2405 (patch)
tree653c11ffb6721e65fc5f88ceec00a755c364f05e /PKGBUILD
parentd21659002ff8db3c03e3033d0630b29e963fc1ed (diff)
downloadaur-610dafdfc39fa01c76a520cff8e8685f26bd2405.tar.gz
v0.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a217cb28c29d..beac7902f981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname="gitaur"
-pkgver="0.1.0"
+pkgver="0.1.1"
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-1.tar.gz")
-md5sums=('2d1cae272fa6deaf3a660961e0f8c5f6')
+md5sums=('3dbc5a929b87e971ee3d833b739f8426')
build ()
{
cd "$srcdir/$pkgname-$pkgver";