diff options
author | root <root@rshg054.dnsready.net> | 2012-10-25 01:42:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-25 01:42:20 -0700 |
commit | a3b55a0c47a00ac40bc00a4ce87d93f809273840 (patch) | |
tree | 6fcc1360f835115b132c35ca978b1f804540a372 /community-testing/megaglest | |
parent | 120df4e0db159525806a9b33364483e76f9d51d3 (diff) |
Thu Oct 25 01:42:05 PDT 2012
Diffstat (limited to 'community-testing/megaglest')
-rw-r--r-- | community-testing/megaglest/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <sh@lutzhaase.com> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> 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 |