summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2015-10-24 09:39:53 +0000
committerThomas Weißschuh2015-10-24 09:39:53 +0000
commit2f23eefe6b5b9cced83f5993369b1d0b738739f5 (patch)
tree9bda7ba932f2a1fb71bb64fe5d887c6cdd5256aa
parent58b03aa31e8a4a6094a13084c49b6a63fba6d9cf (diff)
downloadaur-2f23eefe6b5b9cced83f5993369b1d0b738739f5.tar.gz
upgpkg: ghi 1.0.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf48dd1298ab..1867e2f7361c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ghi
pkgdesc = GitHub Issues on the command line
- pkgver = 0.9.3
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/stephencelis/ghi
arch = any
license = MIT
depends = ruby
optdepends = ruby-ronn: for building the man-pages yourself
- source = https://github.com/stephencelis/ghi/archive/0.9.3.tar.gz
- sha256sums = 1b58c7ec6e9339c44175808719694d7ee21cbd254d3a2e6d31a70d31027e9bea
+ source = https://github.com/stephencelis/ghi/archive/1.0.3.tar.gz
+ sha256sums = 98ddf904bfd78d7363986b75ecea294933c8b98d9c1d2828419fddcaeadc0fdd
pkgname = ghi
diff --git a/PKGBUILD b/PKGBUILD
index f5ddfba72e60..d48c34d66146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Thomas Weißschuh <thomas t-8ch.de>
+# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=ghi
-pkgver=0.9.3
+pkgver=1.0.3
pkgrel=1
pkgdesc='GitHub Issues on the command line'
arch=('any')
@@ -20,4 +20,5 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
PREFIX="${pkgdir}/usr/" rake install
}
-sha256sums=('1b58c7ec6e9339c44175808719694d7ee21cbd254d3a2e6d31a70d31027e9bea')
+
+sha256sums=('98ddf904bfd78d7363986b75ecea294933c8b98d9c1d2828419fddcaeadc0fdd')