summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Greve2016-12-21 00:47:13 -0500
committerDaniel Greve2016-12-21 00:47:13 -0500
commit01bc1b094c2c87e90660df4a95f9127855d843f9 (patch)
tree36756b1f4d1edab4557f7c130b2f0cefae204b1e /PKGBUILD
parentc466e61e4213afb4c653a79af1a532aef2f52cbb (diff)
downloadaur-01bc1b094c2c87e90660df4a95f9127855d843f9.tar.gz
upgpkg: zsh-pure-prompt 1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d20bd3778744..a7222ee9045c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/sindresorhus/pure'
license=('MIT')
depends=('git>=2.0.0' 'zsh>=5.0.0')
source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz")
-md5sums=('081160fadb06ca87923ee1f2061a7ba0')
+md5sums=('10da322f80c276f891209bb4a39ea775')
package() {
cd "${srcdir}/pure-${pkgver}"