From a3b55a0c47a00ac40bc00a4ce87d93f809273840 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Oct 2012 01:42:20 -0700 Subject: Thu Oct 25 01:42:05 PDT 2012 --- community-testing/megaglest/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community-testing/megaglest/PKGBUILD') diff --git a/community-testing/megaglest/PKGBUILD b/community-testing/megaglest/PKGBUILD index d05435549..8f54a8ae6 100644 --- a/community-testing/megaglest/PKGBUILD +++ b/community-testing/megaglest/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77508 2012-10-11 12:20:33Z svenstaro $ +# $Id: PKGBUILD 78810 2012-10-25 01:48:00Z ebelanger $ # Maintainer: Sven-Hendrik Haase # Contributor: Larry Hajali pkgname=megaglest pkgver=3.6.0.3 -pkgrel=4 +pkgrel=5 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world." arch=('i686' 'x86_64') url="http://sourceforge.net/projects/megaglest/" @@ -20,7 +20,7 @@ md5sums=('5a4a2429435031d9f9cc5d9535a9de9d' build() { cd "${srcdir}"/"${pkgname}"-"${pkgver}"/ - patch -Np1 < $srcdir/lol.patch + patch -Np1 < "$srcdir/lol.patch" [[ -d build ]] && rm -r build mkdir build && cd build -- cgit v1.2.3-54-g00ecf