summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Tyr2017-12-20 21:19:22 +0000
committerJiri Tyr2017-12-20 21:19:22 +0000
commit83beec4e06a0d694e6830a29f637fd04fc2af123 (patch)
treee69c103e0ef09db53b371224167f38c51a2b0cc7
parentb867ada3c164a58f5869f046bb49f369d305b7cb (diff)
downloadaur-83beec4e06a0d694e6830a29f637fd04fc2af123.tar.gz
Version bump to v1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 688ae17dfd6b..f0c7ae0fa87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gbt
pkgdesc = Highly configurable prompt builder for Bash and ZSH written in Go
- pkgver = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = https://github.com/jtyr/gbt
arch = x86_64
license = MIT
optdepends = nerd-fonts-complete
- source = https://github.com/jtyr/gbt/releases/download/v1.1.4/gbt-1.1.4-linux-amd64.tar.gz
- sha256sums = 7cfe92b64851ada1be840acdaed991c066d760142ca2172669884a4ac7d09871
+ source = https://github.com/jtyr/gbt/releases/download/v1.1.5/gbt-1.1.5-linux-amd64.tar.gz
+ sha256sums = 811ef1854f2a2f44c99376b96ec2bfd62d58c37647127d6bbb86b8b9f22d2463
pkgname = gbt
diff --git a/PKGBUILD b/PKGBUILD
index 5ae5bb106c30..596d0756d965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jiri Tyr <jiri.tyr@gmail.com>
pkgname='gbt'
-pkgver='1.1.4'
+pkgver='1.1.5'
pkgrel=1
pkgdesc='Highly configurable prompt builder for Bash and ZSH written in Go'
url="https://github.com/jtyr/gbt"
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('MIT')
optdepends=('nerd-fonts-complete')
source=("https://github.com/jtyr/gbt/releases/download/v$pkgver/$pkgname-$pkgver-linux-amd64.tar.gz")
-sha256sums=('7cfe92b64851ada1be840acdaed991c066d760142ca2172669884a4ac7d09871')
+sha256sums=('811ef1854f2a2f44c99376b96ec2bfd62d58c37647127d6bbb86b8b9f22d2463')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" -t "$pkgdir/usr/bin"