diff options
Diffstat (limited to 'community/stuntrally/PKGBUILD')
-rw-r--r-- | community/stuntrally/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD index 45992a3ec..e4301e7f7 100644 --- a/community/stuntrally/PKGBUILD +++ b/community/stuntrally/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Jason Melton <jason.melton@gmail.com> pkgname=stuntrally -pkgver=2.2.1 -pkgrel=3 +pkgver=2.3 +pkgrel=2 pkgdesc='Stunt Rally game with track editor, based on VDrift' arch=('x86_64' 'i686') license=('GPL3') @@ -14,7 +14,7 @@ depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 'stuntrally-d makedepends=('cmake' 'boost' 'git') install=stuntrally.install source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz") -sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51') +sha256sums=('828ea8e4a8ea73005e88ef015cb9808cc75d0cb50693a0f4a7d8b09edd0765fd') build() { cd "$srcdir/stuntrally-$pkgver/" |