From: Wolfgang Bumiller Date: Thu, 10 Jan 2013 15:25:36 +0000 (+0100) Subject: the -git PKGBUILD needs 'git' as makedepends according to the guidelines on the arch... X-Git-Tag: before-library~324 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f69f2c2ece9af3943543209bb36e6f365073aee9;p=xonotic%2Fgmqcc.git the -git PKGBUILD needs 'git' as makedepends according to the guidelines on the arch wiki --- diff --git a/distro/arch/git/PKGBUILD b/distro/arch/git/PKGBUILD index 61b9481..bcfd42e 100644 --- a/distro/arch/git/PKGBUILD +++ b/distro/arch/git/PKGBUILD @@ -1,11 +1,12 @@ # Contributor: matthiaskrgr pkgname=gmqcc -pkgver=20121226 +pkgver=20130110 pkgrel=1 pkgdesc="An Improved Quake C Compiler" arch=('i686' 'x86_64') depends=('glibc') +makedepends=('git') url="https://github.com/graphitemaster/gmqcc.git" license=('MIT')