]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
git package is now named gmqcc-git, also added conflicts/provides
authorWolfgang Bumiller <blub@speed.at>
Thu, 10 Jan 2013 15:31:01 +0000 (16:31 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 10 Jan 2013 15:31:01 +0000 (16:31 +0100)
distro/arch/git/PKGBUILD

index bcfd42e34fdfa081cd2150013b58e7f0c801c8ce..a0cd450de02cd3b154488fcb6838a22819705334 100644 (file)
@@ -1,11 +1,13 @@
 # Contributor: matthiaskrgr <matthiaskrgr _strange_curverd_character_ freedroid D0T org>
 
-pkgname=gmqcc
+pkgname=gmqcc-git
 pkgver=20130110
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=('glibc')
+conflicts=('gmqcc')
+provides=('gmqcc=0.2.4')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')