diff options
Diffstat (limited to 'community/pingus')
-rw-r--r-- | community/pingus/PKGBUILD | 15 |
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" |