summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2020-01-28 09:57:19 -0500
committerMicah Halter2020-01-28 09:57:19 -0500
commit72f319616c5ec709a2f3ea542482364a15882550 (patch)
tree736fd9145d42d9b5f27f05eb9bda96f365be720c
parent1fa437b81286202cffac55541725af81b7f77a24 (diff)
downloadaur-72f319616c5ec709a2f3ea542482364a15882550.tar.gz
Added contributors from antigen-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4d41b0c4de..b30a097c7a6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = antigen
pkgdesc = A plugin manager for zsh, inspired by oh-my-zsh and vundle.
pkgver = 2.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zsh-users/antigen
install = antigen.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 946369fb7be2..cea87779e023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: mehalter <micah at mehalter.com>
# Contributor: mehalter <micah at mehalter.com>
+# Contributor: Maxim Moseychuk <franchesko.salias.hudro.pedros@gmail.com>
+# Contributor: oozyslug <oozyslug at gmail dot com>
# Submitter: mehalter <micah at mehalter.com>
_pkgname=antigen
pkgname=antigen
pkgver='2.2.3'
-pkgrel=1
+pkgrel=2
pkgdesc="A plugin manager for zsh, inspired by oh-my-zsh and vundle."
arch=('any')
url="https://github.com/zsh-users/antigen"