[arch-commits] Commit in git/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Nov 13 15:34:42 UTC 2017
Date: Monday, November 13, 2017 @ 15:34:41
Author: eworm
Revision: 309833
add explicit dependencies on grep and shadow
Modified:
git/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-13 15:32:31 UTC (rev 309832)
+++ PKGBUILD 2017-11-13 15:34:41 UTC (rev 309833)
@@ -9,7 +9,8 @@
arch=(i686 x86_64)
url="http://git-scm.com/"
license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre2'
+ 'grep' 'shadow')
makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
optdepends=('tk: gitk and git gui'
'perl-libwww: git svn'
More information about the arch-commits
mailing list