summaryrefslogtreecommitdiff
path: root/community/pingus
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-26 03:41:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-26 03:41:45 +0000
commitfd15c95b8e764eac48c00ab65ecb15cf9e582331 (patch)
treed6bbb2bac1d004662b3589c24567ad13be14b7bc /community/pingus
parentbceed102ef20163ec69542342988b89b9ceb1fcf (diff)
Sun Jan 26 03:36:37 UTC 2014
Diffstat (limited to 'community/pingus')
-rw-r--r--community/pingus/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD
index 373badb46..e5990b35d 100644
--- a/community/pingus/PKGBUILD
+++ b/community/pingus/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 102268 2013-12-07 10:36:53Z bpiotrowski $
+# $Id: PKGBUILD 104769 2014-01-25 18:55:45Z lcarlier $
# Maintainer: Eric Belanger <eric@archlinux.org>
pkgname=pingus
pkgver=0.7.6
-pkgrel=10
+pkgrel=11
pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
arch=('i686' 'x86_64')
url="http://pingus.seul.org"
@@ -23,6 +23,8 @@ build() {
# fedora patch to fix error due to new standards
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+ # manpage must be in man6, not man1
+ sed -i "s#/man1/#/man6/#g" Makefile
scons prefix=/usr
}