diff options
Diffstat (limited to 'community/stuntrally/PKGBUILD')
-rw-r--r-- | community/stuntrally/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD index a4c340503..a00334e7e 100644 --- a/community/stuntrally/PKGBUILD +++ b/community/stuntrally/PKGBUILD @@ -4,17 +4,17 @@ # Contributor: Jason Melton <jason.melton@gmail.com> pkgname=stuntrally -pkgver=2.0 -pkgrel=2 +pkgver=2.1 +pkgrel=1 pkgdesc='Stunt Rally game with track editor, based on VDrift' arch=('x86_64' 'i686') license=('GPL3') url='http://code.google.com/p/vdrift-ogre' -depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data') +depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data') makedepends=('cmake' 'boost') install=stuntrally.install source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz") -sha256sums=('ef3e645e4911f37c28925e3339c39555e849b7ac13511f009742030f531eed68') +sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0') build() { cd "$srcdir/stuntrally-$pkgver/" |