summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Moseychuk2017-12-04 11:48:44 +0300
committerMaxim Moseychuk2017-12-04 11:48:44 +0300
commit505c759ac34bb404817a94546d27153014b8c307 (patch)
tree0f02ba6bd68ca59fc20563ff34b600fde4ce2713 /PKGBUILD
parentc4078246abbc488dc49cc7a5c15a0d354367f02a (diff)
downloadaur-505c759ac34bb404817a94546d27153014b8c307.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1a9b79ff85c..756a352bdaba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=antigen
pkgname=antigen-git
-pkgver=v2.2.1.r0.g1d212d1
+pkgver=v2.2.2.r2.gd04bff1
pkgrel=1
pkgdesc="A plugin manager for zsh, inspired by oh-my-zsh and vundle."
arch=('any')
@@ -13,8 +13,8 @@ url="https://github.com/zsh-users/antigen"
source=("git+https://github.com/zsh-users/antigen")
md5sums=('SKIP')
license=('MIT')
-depends=('zsh')
-makedepends=('git' 'make')
+depends=('zsh' 'git')
+makedepends=('make')
install='antigen.install'
pkgver() {