diff options
author | root <root@rshg054.dnsready.net> | 2012-10-28 01:42:55 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-28 01:42:55 -0700 |
commit | 24d0263a0ac516ccc86df09146449fb040fb3689 (patch) | |
tree | f0f189dbe8df340e0b242750c07e426899b4d2c5 /community/supertux/PKGBUILD | |
parent | 869e64b12767be3ef5b1e3628f337a9e116e2bbb (diff) |
Sun Oct 28 01:42:24 PDT 2012
Diffstat (limited to 'community/supertux/PKGBUILD')
-rw-r--r-- | community/supertux/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/supertux/PKGBUILD b/community/supertux/PKGBUILD index 9f3f95509..3a9c88b88 100644 --- a/community/supertux/PKGBUILD +++ b/community/supertux/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74627 2012-07-31 19:57:01Z ebelanger $ +# $Id: PKGBUILD 78943 2012-10-27 23:45:45Z ebelanger $ # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Eric BĂ©langer <eric@archlinux.org> # Contributor: vande198 @@ -6,13 +6,13 @@ pkgname=supertux pkgver=0.3.3 -pkgrel=6 +pkgrel=7 pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games" arch=('i686' 'x86_64') url="http://super-tux.sourceforge.net/" license=('GPL') -depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'libgl' 'glew') -makedepends=('cmake' 'boost') +depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew') +makedepends=('cmake' 'boost' 'mesa') source=(http://download.berlios.de/supertux/${pkgname}-${pkgver}.tar.bz2 supertux2-0.3.3-squirrel-gcc47.patch) md5sums=('f3f803e629ee51a9de0b366a036e393d' |