From fd15c95b8e764eac48c00ab65ecb15cf9e582331 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 26 Jan 2014 03:41:45 +0000 Subject: Sun Jan 26 03:36:37 UTC 2014 --- community/pingus/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'community/pingus') 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 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 } -- cgit v1.2.3-54-g00ecf