diff options
author | root <root@rshg054.dnsready.net> | 2012-04-29 00:03:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-29 00:03:11 +0000 |
commit | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch) | |
tree | f9c260be9a38030fe89f1d4ce1e60763c7319f5f /community/speed-dreams | |
parent | 00f77ef3b2b7856520daba393370f67b773c2184 (diff) |
Sun Apr 29 00:03:11 UTC 2012
Diffstat (limited to 'community/speed-dreams')
-rw-r--r-- | community/speed-dreams/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/community/speed-dreams/PKGBUILD b/community/speed-dreams/PKGBUILD index 2b7195d0e..95f702c95 100644 --- a/community/speed-dreams/PKGBUILD +++ b/community/speed-dreams/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 66408 2012-02-24 13:26:23Z svenstaro $ +# $Id: PKGBUILD 69991 2012-04-27 23:56:34Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves@gmail.com> # Contributor: Shahar Weiss <sweiss4@gmx.net> (build() code from his TORCS' PKGBUILD) pkgname=speed-dreams -pkgver=2.0.0rc1 -_pkgver=2.0.0-rc1-r4420 +pkgver=2.0.0 +_pkgver=2.0.0-r4687 pkgrel=1 pkgdesc="A racing simulator with rich graphics and physics" arch=('i686' 'x86_64') @@ -13,14 +13,16 @@ license=('GPL2') depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data') makedepends=('cmake' 'p7zip') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz" + "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz" "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz" "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz" "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz" "${pkgname}.desktop") -md5sums=('bce029b4519d590dfa35ed83348475cd' - 'f4d155ff8463c61860f767823ae314ad' - '9f7bbb22fbc1c18548ae616dfc06f0b0' - 'ca6edc5a2f420214e826e8d112967495' +md5sums=('a6842887fc289ed6057be2ba9d2afaa2' + '8505c46aae6ce56a43353b8899d40ce4' + 'edcc842291737dbb13a3083252bf51d4' + '57cf5c475491294ce1fb249e2dc0273b' + 'c8ab7ef068fa3fbe67d2b3246b30ea8a' '634f8cb8f4f96686c8049c8a025e72d0') build() { |