summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2022-01-25 10:06:29 -0500
committerMatthew McGinn2022-01-25 10:06:29 -0500
commitaca3801ec7152af375a18f03255d0357c21b5cac (patch)
treeb5fdfc6ec33e412aa5359ad52d2e8b8507fb20aa /PKGBUILD
parent6bc538bfa461768ba732504f54d9e97047a1becd (diff)
downloadaur-aca3801ec7152af375a18f03255d0357c21b5cac.tar.gz
update version to v1.19.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 d9b94c1d5e7b..785de72f2489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.18.0
+pkgver=1.19.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=('5d97a6760c2268196dd40af36e1e8f99b97604228af16169046344cbde8f12e0')
+sha256sums=('fc5f21e3b2662ef26e7854ca0a88968b1f2911fae19b8efec75e9ea7877ea96b')
package() {
cd "${srcdir}/pure-${pkgver}"