summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2022-06-03 10:28:23 -0400
committeramoka2022-06-03 10:28:23 -0400
commit793ba11e0df809e8a90b6f1b1b1a08ff71ba9a90 (patch)
tree1775ac2650644abfccd9b81d1c61536f790a1224
parent3c78f688d4d7b26a2d845af4fb273ae08c9418ba (diff)
downloadaur-zsh-gentoo-prompt.tar.gz
Update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a72af7146df..3f16df3fdbb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = zsh-gentoo-prompt
pkgdesc = Extremely simple zsh prompt from Gentoo
- pkgver = 20150808
+ pkgver = 20220515
pkgrel = 1
url = https://gitweb.gentoo.org/repo/gentoo.git/tree/app-shells/zsh
arch = any
license = GPL
depends = zsh
source = https://gitweb.gentoo.org/repo/gentoo.git/plain/app-shells/zsh/files/prompt_gentoo_setup-1
- sha256sums = 818aede5695c1406bd2e720ab114bef13d373e48ee5a1f2cda7d36a9c26e30e1
+ sha256sums = 52c31969b384a72c47f1543b4d2870fd1e1be6231b4417f9eefbaeabfdba2a99
pkgname = zsh-gentoo-prompt
-
diff --git a/PKGBUILD b/PKGBUILD
index 9ffc60283e84..d39ac76eb478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amanoel Dawod <amoka at amanoel dot com>
pkgname=zsh-gentoo-prompt
-pkgver=20150808
+pkgver=20220515
pkgrel=1
pkgdesc="Extremely simple zsh prompt from Gentoo"
arch=('any')
@@ -9,7 +9,7 @@ url="https://gitweb.gentoo.org/repo/gentoo.git/tree/app-shells/zsh"
license=('GPL')
depends=('zsh')
source=("https://gitweb.gentoo.org/repo/gentoo.git/plain/app-shells/zsh/files/prompt_gentoo_setup-1")
-sha256sums=('818aede5695c1406bd2e720ab114bef13d373e48ee5a1f2cda7d36a9c26e30e1')
+sha256sums=('52c31969b384a72c47f1543b4d2870fd1e1be6231b4417f9eefbaeabfdba2a99')
package() {
install -Dm644 prompt_gentoo_setup-1 \