summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2022-01-25 10:06:29 -0500
committerMatthew McGinn2022-01-25 10:06:29 -0500
commitaca3801ec7152af375a18f03255d0357c21b5cac (patch)
treeb5fdfc6ec33e412aa5359ad52d2e8b8507fb20aa
parent6bc538bfa461768ba732504f54d9e97047a1becd (diff)
downloadaur-aca3801ec7152af375a18f03255d0357c21b5cac.tar.gz
update version to v1.19.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fced3246077..128e0f62dc4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zsh-pure-prompt
pkgdesc = Pretty, minimal and fast ZSH prompt
- pkgver = 1.18.0
+ pkgver = 1.19.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.18.0.tar.gz
- sha256sums = 5d97a6760c2268196dd40af36e1e8f99b97604228af16169046344cbde8f12e0
+ source = https://github.com/sindresorhus/pure/archive/v1.19.0.tar.gz
+ sha256sums = fc5f21e3b2662ef26e7854ca0a88968b1f2911fae19b8efec75e9ea7877ea96b
pkgname = zsh-pure-prompt
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}"