diff options
Diffstat (limited to 'community/torcs')
-rw-r--r-- | community/torcs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index 104f5ec15..b47c84b26 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 97077 2013-09-12 10:16:00Z spupykin $ +# $Id: PKGBUILD 101128 2013-11-17 21:08:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Shahar Weiss <sweiss4@gmx.net> pkgname=torcs -pkgver=1.3.4 -pkgrel=4 +pkgver=1.3.5 +pkgrel=1 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" license=("GPL") @@ -13,7 +13,7 @@ depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' makedepends=('plib' 'mesa') options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2) -md5sums=('07dbc9c53e2b177be1f53fe97d53d039') +md5sums=('cd7bc804668af531df9511a6f64a1e84') build() { cd $srcdir/$pkgname-${pkgver/_/-} |