diff options
Diffstat (limited to 'bash-git-prompt')
-rwxr-xr-x | bash-git-prompt/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-git-prompt/PKGBUILD b/bash-git-prompt/PKGBUILD index c9de0decb..8dd1477b2 100755 --- a/bash-git-prompt/PKGBUILD +++ b/bash-git-prompt/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=bash-git-prompt -pkgver=1.2.2 +pkgver=1.3 pkgrel=1 pkgdesc="nice, git-aware prompt for bash" arch=('any') @@ -21,7 +21,7 @@ options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) -sha512sums=('44cee6d92b5228b6b3dff17ce47289234dce8daaba850e8cdc1ff7437b27e89f750cb932edd197d1d93eb8652d7383214b89cdff6e7538607e82349874091d72') +sha512sums=('b3b3ed291e31047a0deb69adb4eecbfaa3f239562e30156d0093acdba1ee8d90b936a6a3d919ee75dd1bf9680d27785a0fb0023c34c4036c58124f067f2083df') build() { |