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'