From f69f2c2ece9af3943543209bb36e6f365073aee9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 10 Jan 2013 16:25:36 +0100 Subject: [PATCH] the -git PKGBUILD needs 'git' as makedepends according to the guidelines on the arch wiki --- distro/arch/git/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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') -- 2.39.2