summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Arrufat2021-01-07 14:52:59 +0900
committerAdrià Arrufat2021-01-07 14:52:59 +0900
commit002f9a9d741ebcffacf22fb59c81e37b87a6c0a8 (patch)
treee490b738a0b5c5cb053151a16de504b9907f10f4 /PKGBUILD
parente282a6aab2a865c6618801d6bf20188fff357eb8 (diff)
downloadaur-002f9a9d741ebcffacf22fb59c81e37b87a6c0a8.tar.gz
update to v1.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abc693f888d1..5b7b524eb7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer Adrià Arrufat <swiftscythe@gmail.com>
-# Contributor yochananmarqos
+# Contributor yochananmarqos
pkgname=powerline-go
-pkgver=1.18.0
+pkgver=1.20.0
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=('f7418109e89a8280f2181c675a7790669ba0b0ba5c0eae2bca13879257f96d57')
+sha256sums=('5491e43ef089c89e8aa4b8631235ebf911c57f733e7bcd50cabe6a5da7a18a1b')
build() {
export GOPATH="${srcdir}/gopath"