diff options
author | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-12-04 20:19:54 -0600 |
---|---|---|
committer | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-12-04 20:19:54 -0600 |
commit | 5b773bfc871ccd0dc540942508e7480c1cd63df2 (patch) | |
tree | 432ab7299f728cd5f078cd3e2bfa4f92e8d43487 /community/torcs/PKGBUILD | |
parent | 0cb1158276158c1c2f4bef15c278ffcaf8859172 (diff) | |
parent | 1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Conflicts:
extra/seahorse/PKGBUILD
Diffstat (limited to 'community/torcs/PKGBUILD')
-rw-r--r-- | community/torcs/PKGBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index 5e418bb35..0d644cad8 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -1,23 +1,21 @@ -# $Id: PKGBUILD 77665 2012-10-13 11:45:51Z allan $ +# $Id: PKGBUILD 78671 2012-10-22 16:39:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Shahar Weiss <sweiss4@gmx.net> pkgname=torcs -pkgver=1.3.3 -pkgrel=2 +pkgver=1.3.4 +pkgrel=1 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" license=("GPL") arch=('i686' 'x86_64' 'mips64el') depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu') -makedepends=('plib') +makedepends=('plib' 'mesa') options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2 - torcs.desktop - torcs-gcc.patch) -md5sums=('0319c996dac4480f1182c03d2331b14a' - '328e419e9f985c3e7b69924fe299330d' - '5ae7e903df37300d3b8744328c756bff') + torcs.desktop) +md5sums=('07dbc9c53e2b177be1f53fe97d53d039' + '328e419e9f985c3e7b69924fe299330d') build() { cd $srcdir/$pkgname-${pkgver/_/-} |