]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/arch/release/PKGBUILD
bumping arch/release PKGBUILD to 0.2.2
[xonotic/gmqcc.git] / distro / arch / release / PKGBUILD
index 562b1e610f445e234557fbbbac14ab800e50a581..c9c18bfd81f5e89fafda57a0fc06f8fedfa9600e 100644 (file)
@@ -1,5 +1,5 @@
 pkgname=gmqcc
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
@@ -7,9 +7,9 @@ depends=('glibc')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
 source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
-sha1sums=('a35cf4e0898325b66e9f7014fa3fc961e42f0c9e')
+sha1sums=('8cd91dc13f70cd9d3767602bf3eb47a1906d9353')
 
-_gitname=graphitemaster-gmqcc-bd75e9a/
+_gitname=graphitemaster-gmqcc-de24486/
 
 build() {
        msg "Starting compilation..."