summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-02-21 11:21:45 -0500
committerMatthew McGinn2020-02-21 11:21:45 -0500
commit17b5af228b58c9236c02106ad19ecc8217b04750 (patch)
tree59e9e554e6317f10a124ccc03a0c9d25daf33d2f
parent7231645175ac37507f1de2dae00e2ace0c0e675a (diff)
downloadaur-17b5af228b58c9236c02106ad19ecc8217b04750.tar.gz
bump maintainer
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85963a8daabb..4aa7863faee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
-# Maintainer: Jeff Henson <jeff@henson.io>
-# Old Maintainer: Daniel Greve <greve.daniel.l@gmail.com>
+# Maintainer: Matthew McGinn <mamcgi@gmail.com>
+# Contributor: Jeff Henson <jeff@henson.io>
+# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
pkgver=1.11.0
@@ -7,6 +8,7 @@ pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
url='https://github.com/sindresorhus/pure'
+_github_url='https://github.com/sindresorhus/pure'
license=('MIT')
depends=('git' 'zsh')
source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz")