summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2018-04-22 07:09:40 -0600
committerJeff Henson2018-04-22 07:09:40 -0600
commitc470276cb2929a7fee1890f77739d1269fd2aae3 (patch)
tree75fdd67203ab347d862ad4e1746741e3363de5c5
parent75b8e81474b8fd16936ccb196b7d361562f70a8f (diff)
downloadaur-c470276cb2929a7fee1890f77739d1269fd2aae3.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d597789537..971074a156cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zsh-pure-prompt
pkgdesc = Pretty, minimal and fast ZSH prompt
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/sindresorhus/pure
arch = any
license = MIT
- depends = git>=2.0.0
- depends = zsh>=5.0.0
- source = https://github.com/sindresorhus/pure/archive/v1.6.0.tar.gz
- md5sums = f43f9991b88df8c34bcbe7e174efc207
+ depends = git
+ depends = zsh
+ source = https://github.com/sindresorhus/pure/archive/v1.7.0.tar.gz
+ sha256sums = 86fe4d0ba47aaac5143625610d3a9836265f03371bd39f853a9997ed69c4fda3
pkgname = zsh-pure-prompt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..00b38f89dd81
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.tar.gz
+*.pkg.tar*
diff --git a/PKGBUILD b/PKGBUILD
index cc003abe425d..06b09def1172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Old Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.6.0
+pkgver=1.7.0
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')
+depends=('git' 'zsh')
source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz")
-sha256sums=('e913856cab98c17fa627e8135fc23dae9cefdddd6aef5cd60dd998c703a80f76')
+sha256sums=('86fe4d0ba47aaac5143625610d3a9836265f03371bd39f853a9997ed69c4fda3')
package() {
cd "${srcdir}/pure-${pkgver}"