summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiri Tyr2018-01-24 08:44:28 +0000
committerJiri Tyr2018-01-24 08:44:28 +0000
commitd1ec87be49681880c485716e95d91acd57da35ba (patch)
tree957164a2998f5f1ea20577028c9a9599693083cb /PKGBUILD
parentf2626c8e45101f33a60a6061f61801f212999616 (diff)
downloadaur-d1ec87be49681880c485716e95d91acd57da35ba.tar.gz
Version bump to v1.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0efda19b3f2f..4aee2d6a2548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jiri Tyr <jiri.tyr@gmail.com>
pkgname='gbt'
-pkgver='1.1.6'
+pkgver='1.1.7'
pkgrel=1
pkgdesc='Highly configurable prompt builder for Bash and ZSH written in Go'
url="https://github.com/jtyr/gbt"
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('gbt-git')
optdepends=('nerd-fonts-complete')
source=("https://github.com/jtyr/gbt/releases/download/v$pkgver/$pkgname-$pkgver-linux-amd64.tar.gz")
-sha256sums=('d30b9c509b60f2f7e3eb202bb5be47b9f6e7a0036f847422733a5012981e5fae')
+sha256sums=('43381907ae603aa2331335d9a5cef1f5e0306a10571cfe661256ef5a18574243')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" -t "$pkgdir/usr/bin"