summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2019-06-20 13:34:48 -0600
committerJeff Henson2019-06-20 13:34:48 -0600
commit850cd7a555907ea0ef27d317a7050dcf76626ab0 (patch)
treeb279b9ae480c192596783129391d684be6c9b1a5
parent5abe7b63f19ee1f6c9bcf289e92273bf4162d586 (diff)
downloadaur-850cd7a555907ea0ef27d317a7050dcf76626ab0.tar.gz
Update to 1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0410a411d1cc..cd60ae676e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zsh-pure-prompt
pkgdesc = Pretty, minimal and fast ZSH prompt
- pkgver = 1.9.0
+ pkgver = 1.10.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.9.0.tar.gz
- sha256sums = ec9f990f422ff2d07162178c4e54743a8a5cb88cd2345be858e1ff4a299dc9a7
+ source = https://github.com/sindresorhus/pure/archive/v1.10.0.tar.gz
+ sha256sums = 4cc52be91741d4254b62ab93c4ec9aaab07384ad2cff23ecebcee48e5861e887
pkgname = zsh-pure-prompt
diff --git a/PKGBUILD b/PKGBUILD
index 033629a36906..87b38cc0a2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Old Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.9.0
+pkgver=1.10.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=('ec9f990f422ff2d07162178c4e54743a8a5cb88cd2345be858e1ff4a299dc9a7')
+sha256sums=('4cc52be91741d4254b62ab93c4ec9aaab07384ad2cff23ecebcee48e5861e887')
package() {
cd "${srcdir}/pure-${pkgver}"