summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2016-10-30 00:09:41 -0400
committerJames P. Harvey2016-10-30 00:09:41 -0400
commita312d0ce997d46889d32df661f4026cc8d47c746 (patch)
treed91734bd92911abaa25384952ddf8278fbc7270f /PKGBUILD
parent43ceb72bd9a9819b6b6453b6f8a43e0bcb7d34c2 (diff)
downloadaur-a312d0ce997d46889d32df661f4026cc8d47c746.tar.gz
Upstream released 2.6.1. Updated maintainer's default arch theme. New symbols are more intuitive (to me anyway.) Staged files are pending, so ellipsis. Changed files represented by delta symbol. Untracked files represented by the exists symbol. Stashed files represented by a question mark, since their future is somewhat unknown. Also noted .install file for how to change a ~/.gitconfig to make 'git status' colors match the Default_Arch theme.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e22284ff861f..6c0d40a5b531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# * No namcap warnings or errors
pkgname=bash-git-prompt
-pkgver=2.5.1
+pkgver=2.6.1
pkgrel=1
pkgdesc="Informative git prompt for bash and fish"
arch=('any')
@@ -16,8 +16,8 @@ source=("git+https://github.com/magicmonty/${pkgname}"
'bash-git-prompt.install'
'Default_Arch.bgptheme')
md5sums=('SKIP'
- 'db6f83999124b7fa660310a8d6624f70'
- '879555792d1b4c0ddef7cd81b0a3e35c')
+ '990d3a7ef8a21b83f0d1e90d9ef1a5b7'
+ 'af064330b3a579ec6efd2e018e6829df')
install='bash-git-prompt.install'
prepare() {