diff options
author | root <root@rshg054.dnsready.net> | 2011-12-25 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-25 23:14:50 +0000 |
commit | e39d5f838c08b5b57eae4c1aec4ae00acd18b239 (patch) | |
tree | 5508286adf4ead02d969fe07072a7823729ad256 /community/pingus | |
parent | 2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (diff) |
Sun Dec 25 23:14:50 UTC 2011
Diffstat (limited to 'community/pingus')
-rw-r--r-- | community/pingus/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD index 1e0509d49..63c876fb9 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59956 2011-12-02 21:00:04Z ibiru $ +# $Id: PKGBUILD 61223 2011-12-24 23:23:29Z lcarlier $ # Maintainer: Eric Belanger <eric@archlinux.org> pkgname=pingus -pkgver=0.7.5 -pkgrel=2 +pkgver=0.7.6 +pkgrel=1 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." arch=('i686' 'x86_64') url="http://pingus.seul.org" @@ -11,9 +11,9 @@ 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) -md5sums=('68e0bd1327e0eedcaab64d64528540ba' +md5sums=('561798686f34d3fa4e69135d655f47ac' '9eec34047bdcff49e08f41e81764e20c') -sha1sums=('65493f9c9914bb401dbcfe1fe6bf2fad2388b755' +sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' '579a1144f161ce89e6e024cea37210149b89c0c0') build() { |