summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeff Henson2018-02-15 08:59:08 -0700
committerJeff Henson2018-02-15 08:59:08 -0700
commit75b8e81474b8fd16936ccb196b7d361562f70a8f (patch)
tree28731486e7d960009aad262ebea9fb16009c8315 /PKGBUILD
parent01bc1b094c2c87e90660df4a95f9127855d843f9 (diff)
downloadaur-75b8e81474b8fd16936ccb196b7d361562f70a8f.tar.gz
Update to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7222ee9045c..cc003abe425d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
+# Maintainer: Jeff Henson <jeff@henson.io>
+# Old Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.4.1
+pkgver=1.6.0
pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
@@ -9,7 +10,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=('10da322f80c276f891209bb4a39ea775')
+sha256sums=('e913856cab98c17fa627e8135fc23dae9cefdddd6aef5cd60dd998c703a80f76')
package() {
cd "${srcdir}/pure-${pkgver}"