]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
PKGBUILD: release: fix sha1sum, minor cleanup
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 13 Apr 2013 09:19:48 +0000 (11:19 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sat, 13 Apr 2013 09:19:48 +0000 (11:19 +0200)
distro/archlinux/git/PKGBUILD
distro/archlinux/release/PKGBUILD

index 4687a74446971990cbc3c523320ca4f64fca47b0..0ac2423a4828eef01a1b67ab0721df58ee3f912d 100644 (file)
@@ -11,7 +11,7 @@ pkgdesc="An Improved Quake C Compiler"
 arch=('i686' 'x86_64')
 depends=('glibc')
 conflicts=('gmqcc')
 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')
 makedepends=('git')
 url="https://github.com/graphitemaster/gmqcc.git"
 license=('MIT')
@@ -20,8 +20,6 @@ sha1sums=('SKIP')
 
 
 build() {
 
 
 build() {
-       cd $srcdir
-
        msg "Starting compilation..."
        cd "$srcdir"/"gmqcc"
 
        msg "Starting compilation..."
        cd "$srcdir"/"gmqcc"
 
index 1f8f66e5b6e8bbbec1e24eabce8610f003d4cecf..ef7de8fea3c2b8a06e5b9ac5dddfaeba7b592ed6 100644 (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)
 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/
 
 
 _gitname=graphitemaster-gmqcc-de24486/