]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/archlinux/release/PKGBUILD
regular procedure... bumping PKGBUILDs, GMQCC_VERSION macros, adding back GMQCC_VERSI...
[xonotic/gmqcc.git] / distro / archlinux / release / PKGBUILD
index 6253271c0d4c3d717941bf2767c3d4ff38943c6d..980ca5510df2dc785b18f54aefa70c6e29a787fe 100644 (file)
@@ -2,7 +2,7 @@
 # Contributor: Wolfgang Bumiller <blub@speed.at>
 
 pkgname=gmqcc
-pkgver=0.3.0
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ depends=('glibc')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
-sha1sums=('27f59ce53c77bc2cf97eb49704b1bc9e8d892d2e')
+sha1sums=('69085478f48f04eefbd2a088c1bd8c266b59f952')
 
-_gitname=graphitemaster-gmqcc-963e93e/
+_gitname=graphitemaster-gmqcc-7f2b206/
 
 build() {
        msg "Starting compilation..."