summaryrefslogtreecommitdiff
path: root/community/pingus
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-27 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-10-27 23:14:53 +0000
commit0424b5fc47f106db6498c4cda3476e1d49fe0f82 (patch)
treef5c4ef7fa0139ce627e74b3bc58f35115c7e09ff /community/pingus
parent84fe155e2233db86fcc13134d8802ba1dab0ae83 (diff)
Thu Oct 27 23:14:53 UTC 2011
Diffstat (limited to 'community/pingus')
-rw-r--r--community/pingus/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD
index f1e2428da..f65d49886 100644
--- a/community/pingus/PKGBUILD
+++ b/community/pingus/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 56752 2011-10-11 20:37:22Z lcarlier $
+# $Id: PKGBUILD 57378 2011-10-26 15:40:42Z lcarlier $
# Maintainer: Eric Belanger <eric@archlinux.org>
pkgname=pingus
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
arch=('i686' 'x86_64')
url="http://pingus.seul.org"
license=('GPL')
depends=('gcc-libs' 'sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.47')
makedepends=('scons' 'boost>=1.47' 'mesa')
-source=(http://pingus.seul.org/files/${pkgname}-${pkgver}.tar.bz2 pingus.desktop)
-md5sums=('82742bc9906cad98338cfd3ea700b396'
+source=(http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 pingus.desktop)
+md5sums=('68e0bd1327e0eedcaab64d64528540ba'
'9eec34047bdcff49e08f41e81764e20c')
-sha1sums=('e61e5ffefcecebed83286c25b3626f70ed75d2a5'
+sha1sums=('65493f9c9914bb401dbcfe1fe6bf2fad2388b755'
'579a1144f161ce89e6e024cea37210149b89c0c0')
build() {
@@ -25,9 +25,6 @@ build() {
package() {
cd ${pkgname}-${pkgver}
- # fix launcher
- sed -i 's/echo/echo -e/g' ./Makefile
-
make install DESTDIR="${pkgdir}" PREFIX="/usr"
install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop"