diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-15 04:03:11 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-15 04:03:11 +0000 |
commit | 85be6f08e6368a31e9f971c043b11e8c12ce6545 (patch) | |
tree | ffa20d1e72f60b90293859b9b81a1d2e0830c538 /community/stuntrally | |
parent | 747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (diff) |
Thu May 15 03:57:18 UTC 2014
Diffstat (limited to 'community/stuntrally')
-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/" |