summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-12 02:35:16 -0400
committerJames P. Harvey2018-10-12 02:35:16 -0400
commitbb4e0279e5deb294b51ccd8d7c4c81d5ab154389 (patch)
treef61f1765446d7d9443f220fee8ed244dad131ffe
parent043d496db170eb02b3debe182d969e15c9baf062 (diff)
downloadaur-bash-git-prompt.tar.gz
Upstream released 2.7.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ca205ed01d6..6ea5b4216889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bash-git-prompt
pkgdesc = Informative git prompt for bash and fish
- pkgver = 2.6.3
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/magicmonty/bash-git-prompt
install = bash-git-prompt.install
@@ -9,10 +9,10 @@ pkgbase = bash-git-prompt
makedepends = git
depends = bash
optdepends = fish: git prompt in fish support
- source = https://github.com/magicmonty/bash-git-prompt/archive/2.6.3.tar.gz
+ source = https://github.com/magicmonty/bash-git-prompt/archive/2.7.1.tar.gz
source = bash-git-prompt.install
source = Default_Arch.bgptheme
- md5sums = d11c07ef9672e6cb166fc5af55ba4fae
+ md5sums = a32d4fa3996a81e7b2deb26d80d39b22
md5sums = 9024256781844b2af5da4da4882e9160
md5sums = af064330b3a579ec6efd2e018e6829df
diff --git a/PKGBUILD b/PKGBUILD
index 94ba4b6b216a..ea8e6d367afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=bash-git-prompt
-pkgver=2.6.3
+pkgver=2.7.1
pkgrel=1
pkgdesc="Informative git prompt for bash and fish"
arch=('any')
@@ -14,7 +14,7 @@ license=('custom:BSD 2 Clause (NetBSD)')
source=("https://github.com/magicmonty/${pkgname}/archive/${pkgver}.tar.gz"
'bash-git-prompt.install'
'Default_Arch.bgptheme')
-md5sums=('d11c07ef9672e6cb166fc5af55ba4fae'
+md5sums=('a32d4fa3996a81e7b2deb26d80d39b22'
'9024256781844b2af5da4da4882e9160'
'af064330b3a579ec6efd2e018e6829df')
install='bash-git-prompt.install'
@@ -43,9 +43,11 @@ package() {
install -Dm644 Minimal_UserHost.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Minimal_UserHost.bgptheme
install -Dm644 Plague_Doctor.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Plague_Doctor.bgptheme
install -Dm644 Single_line.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Single_line.bgptheme
+ install -Dm644 Single_line_Dark.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Single_line_Dark.bgptheme
install -Dm644 Single_line_Minimalist.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Single_line_Minimalist.bgptheme
install -Dm644 Single_line_NoExitState.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Single_line_NoExitState.bgptheme
install -Dm644 Single_line_Solarized.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Single_line_Solarized.bgptheme
+ install -Dm644 Single_line_Solarized_Lamda.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Single_line_Solarized_Lamda.bgptheme
install -Dm644 Solarized.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Solarized.bgptheme
install -Dm644 Solarized_Extravagant.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Solarized_Extravagant.bgptheme
install -Dm644 Solarized_NoExitState.bgptheme ${pkgdir}/usr/lib/${pkgname}/themes/Solarized_NoExitState.bgptheme