From: Wolfgang Bumiller Date: Thu, 27 Dec 2012 13:48:52 +0000 (+0100) Subject: bumping arch/release PKGBUILD to 0.2.2 X-Git-Tag: before-library~472 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8624af879a8650a37db960ee01aa356ce4fb1517;p=xonotic%2Fgmqcc.git bumping arch/release PKGBUILD to 0.2.2 --- diff --git a/distro/arch/release/PKGBUILD b/distro/arch/release/PKGBUILD index 562b1e6..c9c18bf 100644 --- a/distro/arch/release/PKGBUILD +++ b/distro/arch/release/PKGBUILD @@ -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..."