]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/arch/git/PKGBUILD
the -git PKGBUILD needs 'git' as makedepends according to the guidelines on the arch...
[xonotic/gmqcc.git] / 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')