]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/archbsd/git/PKGBUILD
oops
[xonotic/gmqcc.git] / distro / archbsd / git / PKGBUILD
index 36fb64f9eb5de7bdf223935e86746e73e1cd78f7..f1ec819a65b17d0759d11d33dbdc8e9676d565e2 100644 (file)
@@ -2,13 +2,13 @@
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc-git
-pkgver=20130127
+pkgver=20131031
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=()
 conflicts=('gmqcc')
-provides=('gmqcc=0.2.4')
+provides=('gmqcc=0.3.5')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
@@ -50,6 +50,6 @@ package() {
        gmake install DESTDIR=$pkgdir PREFIX=/usr
        msg "Compiling done."
 
-       install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
-       install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
+       install -dm755 ${pkgdir}/usr/share/licenses/gmqcc
+       install -m644 LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
 }