mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
bumping arch/release PKGBUILD to 0.2.2
This commit is contained in:
parent
517b6fed81
commit
8624af879a
1 changed files with 3 additions and 3 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue