diff options
Diffstat (limited to 'community/pingus/PKGBUILD')
-rw-r--r-- | community/pingus/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD index 63c876fb9..52d8a8b06 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 61223 2011-12-24 23:23:29Z lcarlier $ +# $Id: PKGBUILD 63708 2012-02-05 12:08:32Z ibiru $ # Maintainer: Eric Belanger <eric@archlinux.org> pkgname=pingus pkgver=0.7.6 -pkgrel=1 +pkgrel=2 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." arch=('i686' 'x86_64') url="http://pingus.seul.org" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.48') makedepends=('scons' 'boost>=1.48' 'mesa') -source=(http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 pingus.desktop) +source=(http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 + pingus.desktop) md5sums=('561798686f34d3fa4e69135d655f47ac' '9eec34047bdcff49e08f41e81764e20c') sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' |