summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kohlmeyer2018-06-28 12:46:53 +0200
committerSimon Kohlmeyer2018-06-28 12:46:53 +0200
commitbdeccd29c0d44e51c73d53c775d38e75edd9abcf (patch)
tree9878fd85ba51debaf966773b3959493cf34aa0d9
parentdae1b03f727704701d551549353e875e00604987 (diff)
downloadaur-bdeccd29c0d44e51c73d53c775d38e75edd9abcf.tar.gz
v2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0adce9bf7862..b33a6ecf26eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 3 10:38:55 UTC 2018
+# Thu Jun 28 10:46:23 UTC 2018
pkgbase = githud
pkgdesc = heads up display for the command line that will show git information
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/gbataille/gitHUD
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = githud
depends = haskell-text
depends = haskell-unix
depends = haskell-process
- source = http://hackage.haskell.org/packages/archive/githud/2.0.1/githud-2.0.1.tar.gz
- sha256sums = 9096896544fa98b344dad27c856ab62fa691a9afe78dbdbb3834567d5b28ac62
+ source = http://hackage.haskell.org/packages/archive/githud/2.0.2/githud-2.0.2.tar.gz
+ sha512sums = e55063d125593a9a4417f6380be7472fcb7ba52b96cb2835c5a5edd402741936e7873706ed343db9d80c57caa42e546f5e6c5810b3906225229ee413d2628d88
pkgname = githud
diff --git a/PKGBUILD b/PKGBUILD
index 0a0ba1946946..175d638bb56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_hkgname=githud
pkgname=$_hkgname
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="heads up display for the command line that will show git information"
url="https://github.com/gbataille/gitHUD"
@@ -12,7 +12,7 @@ arch=('x86_64')
depends=('ghc' 'ghc-libs' 'haskell-mtl' 'haskell-parsec' 'haskell-text' 'haskell-unix' 'haskell-process')
makedepends=('ghc')
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz)
-sha256sums=('9096896544fa98b344dad27c856ab62fa691a9afe78dbdbb3834567d5b28ac62')
+sha512sums=('e55063d125593a9a4417f6380be7472fcb7ba52b96cb2835c5a5edd402741936e7873706ed343db9d80c57caa42e546f5e6c5810b3906225229ee413d2628d88')
build() {
cd "$srcdir/$_hkgname-$pkgver"