summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2018-08-20 05:59:16 -0600
committerJeff Henson2018-08-20 05:59:16 -0600
commit1d4f36e3b5e45de4be1be1ee549eacd34cd8a677 (patch)
tree426aaf591ec73255be9cdc4748913c9c33b99dbf
parentc470276cb2929a7fee1890f77739d1269fd2aae3 (diff)
downloadaur-1d4f36e3b5e45de4be1be1ee549eacd34cd8a677.tar.gz
Update to 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971074a156cd..7a80532b4459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zsh-pure-prompt
pkgdesc = Pretty, minimal and fast ZSH prompt
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/sindresorhus/pure
arch = any
license = MIT
depends = git
depends = zsh
- source = https://github.com/sindresorhus/pure/archive/v1.7.0.tar.gz
- sha256sums = 86fe4d0ba47aaac5143625610d3a9836265f03371bd39f853a9997ed69c4fda3
+ source = https://github.com/sindresorhus/pure/archive/v1.8.0.tar.gz
+ sha256sums = 28fef3c1a37c2afc6b67a31f98b861f581810a777cc8135ae56c523a9b4e7e3f
pkgname = zsh-pure-prompt
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}"