summaryrefslogtreecommitdiff
path: root/community/stuntrally/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
committerroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
commit2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (patch)
treefa055d4e2f367acb518de6c4e06b77b6d8cbef75 /community/stuntrally/PKGBUILD
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Tue May 14 01:18:40 PDT 2013
Diffstat (limited to 'community/stuntrally/PKGBUILD')
-rw-r--r--community/stuntrally/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD
index 168bbc623..5c286dcdc 100644
--- a/community/stuntrally/PKGBUILD
+++ b/community/stuntrally/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Jason Melton <jason.melton@gmail.com>
pkgname=stuntrally
-pkgver=1.9
-pkgrel=3
+pkgver=2.0
+pkgrel=1
pkgdesc='Stunt Rally game with track editor, based on VDrift'
arch=('x86_64' 'i686')
license=('GPL3')
@@ -14,14 +14,16 @@ depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stu
makedepends=('cmake' 'boost')
install=stuntrally.install
source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver")
-sha256sums=('651d10aa00cf73b275198f08b0360a34ff98e6b520013041863854babeb20da7')
+sha256sums=('ef3e645e4911f37c28925e3339c39555e849b7ac13511f009742030f531eed68')
build() {
cd "$srcdir/stuntrally-$pkgver/"
rm -rf build
mkdir build && cd build
- cmake -DCMAKE_INSTALL_PREFIX="/usr" -DSHARE_INSTALL="share/stuntrally" ..
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DSHARE_INSTALL="share/stuntrally"
make
}