From: Wolfgang Bumiller Date: Sat, 27 Apr 2013 14:54:53 +0000 (+0200) Subject: updating archbsd and archlinux release/PKGBUILD files X-Git-Tag: xonotic-v0.7.0~5 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d4b0e1f588cb033cd4400cde4bbc4357c1776f94 updating archbsd and archlinux release/PKGBUILD files --- diff --git a/distro/archbsd/release/PKGBUILD b/distro/archbsd/release/PKGBUILD index 246cf73..a0af9e7 100644 --- a/distro/archbsd/release/PKGBUILD +++ b/distro/archbsd/release/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Wolfgang Bumiller pkgname=gmqcc -pkgver=0.2.2 +pkgver=0.2.9 pkgrel=1 pkgdesc="An Improved Quake C Compiler" arch=('i686' 'x86_64') @@ -10,9 +10,9 @@ depends=() url="https://github.com/graphitemaster/gmqcc.git" license=('MIT') source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver) -sha1sums=('8cd91dc13f70cd9d3767602bf3eb47a1906d9353') +sha1sums=('adf972360c0b3d2f032a688952f6fb4715e4d45b') -_gitname=graphitemaster-gmqcc-de24486/ +_gitname=graphitemaster-gmqcc-219508e/ build() { msg "Starting compilation..." diff --git a/distro/archlinux/release/PKGBUILD b/distro/archlinux/release/PKGBUILD index ef7de8f..c46d83b 100644 --- a/distro/archlinux/release/PKGBUILD +++ b/distro/archlinux/release/PKGBUILD @@ -1,7 +1,8 @@ # Contributor: matthiaskrgr +# Contributor: Wolfgang Bumiller pkgname=gmqcc -pkgver=0.2.2 +pkgver=0.2.9 pkgrel=1 pkgdesc="An Improved Quake C Compiler" arch=('i686' 'x86_64') @@ -9,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=('e0fe99af9a55d36cd9e0909a96d1b14f2db8b757') +sha1sums=('adf972360c0b3d2f032a688952f6fb4715e4d45b') -_gitname=graphitemaster-gmqcc-de24486/ +_gitname=graphitemaster-gmqcc-219508e/ build() { msg "Starting compilation..." @@ -32,5 +33,5 @@ package() { make install DESTDIR=$pkgdir PREFIX=/usr msg "Compiling done." - install -D LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE }