summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Chuong2015-07-12 18:35:39 -0700
committerVinson Chuong2015-07-12 18:35:39 -0700
commit610dafdfc39fa01c76a520cff8e8685f26bd2405 (patch)
tree653c11ffb6721e65fc5f88ceec00a755c364f05e
parentd21659002ff8db3c03e3033d0630b29e963fc1ed (diff)
downloadaur-610dafdfc39fa01c76a520cff8e8685f26bd2405.tar.gz
v0.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a896d5361bc4..5dead2ccfcf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitaur
pkgdesc = A set of command-line scripts that automate common tasks in maintaining AUR packages on GitHub
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/vinsonchuong/gitaur
arch = any
@@ -12,8 +12,8 @@ pkgbase = gitaur
depends = namcap
depends = ninka
depends = pkgbuild-introspection
- source = https://github.com/vinsonchuong/gitaur/archive/v0.1.0-1.tar.gz
- md5sums = 2d1cae272fa6deaf3a660961e0f8c5f6
+ source = https://github.com/vinsonchuong/gitaur/archive/v0.1.1-1.tar.gz
+ md5sums = 3dbc5a929b87e971ee3d833b739f8426
pkgname = gitaur
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";