torcs: update to 1.3.6

This commit is contained in:
gnastyle 2016-01-15 00:55:47 +01:00
parent 84fd1c6ab4
commit 1bcf3cc13e

View File

@ -1,24 +1,17 @@
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Shahar Weiss <sweiss4@gmx.net>
pkgbase=torcs pkgbase=torcs
pkgname=(torcs torcs-data) pkgname=('torcs' 'torcs-data')
pkgver=1.3.5 pkgver=1.3.6
pkgrel=1 pkgrel=1
pkgdesc="A 3D racing cars simulator" pkgdesc="A 3D racing cars simulator"
url="http://torcs.sourceforge.net" url="http://torcs.sourceforge.net"
license=("GPL2") license=("GPL2")
arch=('i686' 'x86_64') arch=('x86_64')
depends=('freealut' 'freeglut' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'libxrandr') depends=('freealut' 'freeglut' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'libxrandr' 'glu')
makedepends=('plib') makedepends=('plib' 'mesa')
options=('!makeflags') options=('!makeflags')
categories=('games') categories=('games')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('cd7bc804668af531df9511a6f64a1e84') sha256sums=('193cb1820170eb18335dffeaa345499229a4b7972a78acbfaca197597a3075af')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver