summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew mcginn2022-09-13 09:02:31 -0400
committermatthew mcginn2022-09-13 09:02:31 -0400
commita46c1ca5b3a73296d2f203e24761ad0c3636332f (patch)
treeac61e1a17442c9f74b3d88a4489bdc374f33ce19
parent3078d81bae0603d2ba82c1bfbb92c18d1ea0235f (diff)
downloadaur-a46c1ca5b3a73296d2f203e24761ad0c3636332f.tar.gz
bump version
Signed-off-by: matthew mcginn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 100897d93d31..7a87d18bfc63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = zsh-pure-prompt-git
pkgdesc = Pretty, minimal and fast ZSH prompt
- pkgver = 1.6.0.r3.ga3b22b2
+ pkgver = 1.20.4.r0.g47c0c88
pkgrel = 1
url = https://github.com/sindresorhus/pure
arch = any
license = MIT
- depends = git>=2.0.0
+ makedepends = git>=2.0.0
depends = zsh>=5.0.0
source = git+https://github.com/sindresorhus/pure.git
md5sums = SKIP
pkgname = zsh-pure-prompt-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 679e9953edfa..dbb80b0440d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt-git
-pkgver=1.6.0.r3.ga3b22b2
+pkgver=1.20.4.r0.g47c0c88
pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
url='https://github.com/sindresorhus/pure'
license=('MIT')
-depends=('git>=2.0.0' 'zsh>=5.0.0')
+makedepends=('git>=2.0.0')
+depends=('zsh>=5.0.0')
source=('git+https://github.com/sindresorhus/pure.git')
md5sums=('SKIP')