summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2021-01-08 11:22:28 -0500
committerMatthew McGinn2021-01-08 11:22:28 -0500
commit0a3367455781a3e04e159d7cadda2ec868063e16 (patch)
treeaf3d50f81b9783bb96a95f6b4834c4e141556b39 /PKGBUILD
parent3c22d2166dcdae85434ed715e30ac05872c0ef45 (diff)
downloadaur-0a3367455781a3e04e159d7cadda2ec868063e16.tar.gz
update version to v1.16.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b66a1efc487..a0de35b12183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.15.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
@@ -12,7 +12,7 @@ _github_url='https://github.com/sindresorhus/pure'
license=('MIT')
depends=('git' 'zsh')
source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz")
-sha256sums=('58915e0317763bae87f2c3b5b8e643d761dc64004e1153c8f5ba72f658c7fd74')
+sha256sums=('152ffa2cffb6b79e10b78c0fb1de0b8461bae87822439d10ea9c749836060eca')
package() {
cd "${srcdir}/pure-${pkgver}"