diff options
Diffstat (limited to 'community/supertuxkart')
-rw-r--r-- | community/supertuxkart/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/supertuxkart/PKGBUILD b/community/supertuxkart/PKGBUILD index ce9b35417..dfd389c39 100644 --- a/community/supertuxkart/PKGBUILD +++ b/community/supertuxkart/PKGBUILD @@ -1,27 +1,27 @@ -# $Id: PKGBUILD 98716 2013-10-17 11:38:17Z svenstaro $ +# $Id: PKGBUILD 102043 2013-12-04 13:01:11Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Daenyth <Daenyth+Arch [AT] gmail [DOT] com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: rabyte <rabyte__gmail> pkgname=supertuxkart -pkgver=0.8 -pkgrel=4 +pkgver=0.8.1 +pkgrel=3 pkgdesc='Kart racing game featuring Tux and his friends' arch=('i686' 'x86_64') url='http://supertuxkart.sourceforge.net/' license=('GPL2') -depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl') +depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs') makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2") install=supertuxkart.install -md5sums=('0b939ce601374758938119e0b0dd1fec') +md5sums=('aa31ecf883dc35859eec76c667f1a6d6') build() { cd ${srcdir}/SuperTuxKart-${pkgver} _fn="data/${pkgname}_desktop.template" - setconf "$_fn" Exec "$pkgname --log=file" + setconf "$_fn" Exec "$pkgname" setconf "$_fn" TryExec "$pkgname" setconf "$_fn" Icon "$pkgname"_64 |