summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeff Henson2018-08-20 05:59:16 -0600
committerJeff Henson2018-08-20 05:59:16 -0600
commit1d4f36e3b5e45de4be1be1ee549eacd34cd8a677 (patch)
tree426aaf591ec73255be9cdc4748913c9c33b99dbf /PKGBUILD
parentc470276cb2929a7fee1890f77739d1269fd2aae3 (diff)
downloadaur-1d4f36e3b5e45de4be1be1ee549eacd34cd8a677.tar.gz
Update to 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b09def1172..33487eee47a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Old Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/sindresorhus/pure'
license=('MIT')
depends=('git' 'zsh')
source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz")
-sha256sums=('86fe4d0ba47aaac5143625610d3a9836265f03371bd39f853a9997ed69c4fda3')
+sha256sums=('28fef3c1a37c2afc6b67a31f98b861f581810a777cc8135ae56c523a9b4e7e3f')
package() {
cd "${srcdir}/pure-${pkgver}"