summaryrefslogtreecommitdiff
path: root/community/megaglest/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-10-28 13:23:06 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-10-28 13:23:06 +0100
commitb1bde86b7410654132cd3365cc82e2ab7306b5f7 (patch)
treecdd900b7b62d0bf35c9b980ab71e0474d604bd72 /community/megaglest/PKGBUILD
parent6fee6e650c46dcf94e9bd79efa2b2bf8a298d271 (diff)
parent24d0263a0ac516ccc86df09146449fb040fb3689 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gmic/PKGBUILD community/projectm/PKGBUILD extra/dvdauthor/PKGBUILD extra/ilmbase/PKGBUILD extra/imagemagick/PKGBUILD extra/obex-data-server/PKGBUILD extra/phonon/PKGBUILD extra/psiconv/PKGBUILD extra/pstoedit/PKGBUILD
Diffstat (limited to 'community/megaglest/PKGBUILD')
-rw-r--r--community/megaglest/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD
index a76a0e2f2..cfbdcca9c 100644
--- a/community/megaglest/PKGBUILD
+++ b/community/megaglest/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 77649 2012-10-13 11:43:58Z allan $
+# $Id: PKGBUILD 78936 2012-10-27 23:45:03Z 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' 'mips64el')
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