From 1f867e3920e17779542e1ebfe9b30500c377f43e Mon Sep 17 00:00:00 2001 From: matthiaskrgr Date: Wed, 26 Dec 2012 20:21:41 +0100 Subject: [PATCH] PKGBUILD: formatting --- distro/arch/release/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/distro/arch/release/PKGBUILD b/distro/arch/release/PKGBUILD index c00c9bf..562b1e6 100644 --- a/distro/arch/release/PKGBUILD +++ b/distro/arch/release/PKGBUILD @@ -6,15 +6,14 @@ arch=('i686' 'x86_64') depends=('glibc') url="https://github.com/graphitemaster/gmqcc.git" license=('MIT') - source=(gmqcc-$pkgver.zip::https://github.com/graphitemaster/gmqcc/zipball/$pkgver) sha1sums=('a35cf4e0898325b66e9f7014fa3fc961e42f0c9e') _gitname=graphitemaster-gmqcc-bd75e9a/ -build() { +build() { msg "Starting compilation..." - cd "$srcdir/$_gitname" + cd "$srcdir"/"$_gitname" msg "Compiling..." make @@ -33,4 +32,3 @@ package() { install -D LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE } - -- 2.39.2