]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
the -git PKGBUILD needs 'git' as makedepends according to the guidelines on the arch...
authorWolfgang Bumiller <blub@speed.at>
Thu, 10 Jan 2013 15:25:36 +0000 (16:25 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 10 Jan 2013 15:25:36 +0000 (16:25 +0100)
distro/arch/git/PKGBUILD

index 61b94818ac34072cf66bc8312db126edefbeb007..bcfd42e34fdfa081cd2150013b58e7f0c801c8ce 100644 (file)
@@ -1,11 +1,12 @@
 # Contributor: matthiaskrgr <matthiaskrgr _strange_curverd_character_ freedroid D0T org>
 
 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')