summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan O'Beirne2023-12-24 11:29:38 -0500
committerRyan O'Beirne2023-12-24 11:29:38 -0500
commita0d4b9186315cc5a5903e92dd882f02d0fbf0e05 (patch)
treeba96ad74f80abb6541ea74a5a16772cc0729d9f6 /PKGBUILD
parentf52adf334ae9bdb49cae4500f8e780d53bd7559a (diff)
downloadaur-a0d4b9186315cc5a5903e92dd882f02d0fbf0e05.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bc8df9baaee..3be1dc3967ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Alexander Rundberg <alexanderrundberg [at] fastmail [dot] jp>
+# Maintainer: Ryan O'Beirne <ryanobeirne [at] ryanobeirne [dot] com>
pkgname=pretty-git-prompt
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Pretty git status for your shell prompt"
arch=('any')
url="https://github.com/TomasTomecek/pretty-git-prompt"
@@ -9,7 +10,7 @@ license=('MIT')
depends=('git')
makedepends=('rust' 'cmake')
source=("https://github.com/TomasTomecek/pretty-git-prompt/archive/$pkgver.tar.gz")
-md5sums=('de78492d10f69c9946ecec184ea00398')
+sha256sums=('56e1228209aa1e7d632ad98ca5d044dbf4d7c04d7b2cdea9132c3c3f759df93c')
build() {
cd "$srcdir"/"$pkgname"-"$pkgver"