PKGBUILD: release: fix sha1sum, minor cleanup

This commit is contained in:
Matthias Krüger 2013-04-13 11:19:48 +02:00
parent 5bb10260b3
commit f5ba2e825f
2 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,7 @@ pkgdesc="An Improved Quake C Compiler"
arch=('i686' 'x86_64')
depends=('glibc')
conflicts=('gmqcc')
provides=('gmqcc=0.2.4')v
provides=('gmqcc=0.2.4')
makedepends=('git')
url="https://github.com/graphitemaster/gmqcc.git"
license=('MIT')
@ -20,8 +20,6 @@ sha1sums=('SKIP')
build() {
cd $srcdir
msg "Starting compilation..."
cd "$srcdir"/"gmqcc"

View file

@ -9,7 +9,7 @@ depends=('glibc')
url="https://github.com/graphitemaster/gmqcc.git"
license=('MIT')
source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver)
sha1sums=('8cd91dc13f70cd9d3767602bf3eb47a1906d9353')
sha1sums=('e0fe99af9a55d36cd9e0909a96d1b14f2db8b757')
_gitname=graphitemaster-gmqcc-de24486/