summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Tyr2018-01-25 01:21:11 +0000
committerJiri Tyr2018-01-25 01:21:11 +0000
commit762e8cefb9e3f81a0d43be3f805403b01de84634 (patch)
treefcb0346965cdd1a3b2f3c67259cdb6f3d3606952
parentd1ec87be49681880c485716e95d91acd57da35ba (diff)
downloadaur-762e8cefb9e3f81a0d43be3f805403b01de84634.tar.gz
Version bump to v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b842901ff8fa..92dec1f5be48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gbt
pkgdesc = Highly configurable prompt builder for Bash and ZSH written in Go
- pkgver = 1.1.7
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/jtyr/gbt
arch = x86_64
license = MIT
optdepends = nerd-fonts-complete
conflicts = gbt-git
- source = https://github.com/jtyr/gbt/releases/download/v1.1.7/gbt-1.1.7-linux-amd64.tar.gz
- sha256sums = 43381907ae603aa2331335d9a5cef1f5e0306a10571cfe661256ef5a18574243
+ source = https://github.com/jtyr/gbt/releases/download/v1.2.0/gbt-1.2.0-linux-amd64.tar.gz
+ sha256sums = 333a4a726ba815ab2a142174d070ac95ca87905307461b2b8b3a06eef4ecbe54
pkgname = gbt
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"