summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiri Tyr2018-01-25 01:21:11 +0000
committerJiri Tyr2018-01-25 01:21:11 +0000
commit762e8cefb9e3f81a0d43be3f805403b01de84634 (patch)
treefcb0346965cdd1a3b2f3c67259cdb6f3d3606952 /PKGBUILD
parentd1ec87be49681880c485716e95d91acd57da35ba (diff)
downloadaur-762e8cefb9e3f81a0d43be3f805403b01de84634.tar.gz
Version bump to v1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4aee2d6a2548..5adfd6bfc15c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jiri Tyr <jiri.tyr@gmail.com>
pkgname='gbt'
-pkgver='1.1.7'
+pkgver='1.2.0'
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=('43381907ae603aa2331335d9a5cef1f5e0306a10571cfe661256ef5a18574243')
+sha256sums=('333a4a726ba815ab2a142174d070ac95ca87905307461b2b8b3a06eef4ecbe54')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" -t "$pkgdir/usr/bin"