summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2016-10-20 02:25:26 +0200
committerDario Ostuni2016-10-20 02:25:26 +0200
commit4baa41f54f99b9f84293a2e359e4d965d885c5a7 (patch)
tree92a1f40634a45084cc2aeeb88d57a88528aabd91 /PKGBUILD
parent0fc1a6d99177489c8d8392fbee0d10edf3fdef7e (diff)
downloadaur-python2-itamake-git.tar.gz
Added undocumented dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c6460361de..f2d0685de9bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=python2-itamake-git
pkgver=r77.0148ec9
-pkgrel=1
+pkgrel=2
pkgdesc="A stripped down cmsMake which *only* makes, nothing more."
arch=('any')
url="https://github.com/algorithm-ninja/itaMake.git"
license=('AGPL3')
-depends=('python2' 'python2-cmscommon-git')
+depends=('python2' 'python2-cmscommon-git' 'python2-yaml')
provides=('python2-itamake')
options=(!emptydirs)
source=("git+https://github.com/algorithm-ninja/itaMake.git")