diff options
author | root <root@rshg054.dnsready.net> | 2011-11-30 23:15:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-30 23:15:09 +0000 |
commit | fd115d7057eb8243df6edfaf1ed440d6f3e70692 (patch) | |
tree | 0a32bcfa47c11eb3e1127b1de196fb6385ed8723 /extra/lbreakout2 | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Wed Nov 30 23:15:09 UTC 2011
Diffstat (limited to 'extra/lbreakout2')
-rw-r--r-- | extra/lbreakout2/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/lbreakout2/PKGBUILD b/extra/lbreakout2/PKGBUILD index 2744d3bd1..fa036bb63 100644 --- a/extra/lbreakout2/PKGBUILD +++ b/extra/lbreakout2/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 113510 2011-03-09 01:34:28Z giovanni $ +# $Id: PKGBUILD 143790 2011-11-29 11:41:15Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=lbreakout2 pkgver=2.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="A breakout game with nice effects, graphics, and sounds" arch=('i686' 'x86_64') url="http://lgames.sourceforge.net" license=('GPL') depends=('sdl_mixer' 'libpng') backup=('var/games/lbreakout2/lbreakout2.hscr') -source=(http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz - lbreakout2.desktop - lbreakout2.png) +source=("http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz" + 'lbreakout2.desktop' + 'lbreakout2.png') md5sums=('43900187bc935475cd6489569cd2230a' '14cd34a72a8f4e3b8f385f9023625241' '94e2fa393eb2a7d4494641dec580573b') |