summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2019-10-15 08:47:09 -0600
committerJeff Henson2019-10-15 08:47:09 -0600
commit7231645175ac37507f1de2dae00e2ace0c0e675a (patch)
tree625379a77b6b1e8ca9895101b788fb00db3df400
parent16288a73b4d50601989be47d63e28d31200f048d (diff)
downloadaur-7231645175ac37507f1de2dae00e2ace0c0e675a.tar.gz
Update to v1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f558ef902664..4b02f489192b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zsh-pure-prompt
pkgdesc = Pretty, minimal and fast ZSH prompt
- pkgver = 1.10.3
+ pkgver = 1.11.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.10.3.tar.gz
- sha256sums = d335f667fc8ddd2d4dc939ff17dce0dc7275b2cf7425d30355d16bb1d5931a6f
+ source = https://github.com/sindresorhus/pure/archive/v1.11.0.tar.gz
+ sha256sums = eb7f347d383ee15217f21d2c18c2414365dca61d8bd9004645330fda549f678b
pkgname = zsh-pure-prompt
diff --git a/PKGBUILD b/PKGBUILD
index 147a94da4856..85963a8daabb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Old Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.10.3
+pkgver=1.11.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=('d335f667fc8ddd2d4dc939ff17dce0dc7275b2cf7425d30355d16bb1d5931a6f')
+sha256sums=('eb7f347d383ee15217f21d2c18c2414365dca61d8bd9004645330fda549f678b')
package() {
cd "${srcdir}/pure-${pkgver}"