summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442023-06-30 17:19:03 +0200
committermarco442023-06-30 17:19:03 +0200
commit8dd5dbae087399a7a1411f5468d234e4afcf7157 (patch)
tree035a0efbc5a6c052ed11d0388dab59e547507460 /PKGBUILD
parent4b943c6123e42dc9cd5d5a7563b72501f4260e63 (diff)
downloadaur-8dd5dbae087399a7a1411f5468d234e4afcf7157.tar.gz
Bump to 1.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96ff09076bf1..0c058f796261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor yochananmarqos
pkgname=powerline-go
-pkgver=1.23
+pkgver=1.24
pkgrel=1
pkgdesc="A beautiful, useful and fast prompt for your shell"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('go-pie' 'git')
optdepends=('powerline-fonts')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('56c1e8818eb2695ed9bad94feab388f041cf857f5f8073aaa950c1a6925c5b54')
+sha256sums=('08d958c49269e7025a998a617f3d6a0b6dcd7432437f950f0d0e3335bf7b59b3')
build() {
export GOPATH="${srcdir}/gopath"