diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-29 12:24:22 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-29 12:24:22 +0200 |
commit | 810d723a0f57abdbc7e88ae18ae9408aa689f359 (patch) | |
tree | 453d2f4e11b9eee153d303fed7325f0e636e161b /community/speed-dreams | |
parent | 92116b44c20c9b8e3ee49b794084d08d22e87cd3 (diff) | |
parent | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/awesome/PKGBUILD
community-testing/open-vm-tools/PKGBUILD
extra/kshutdown/PKGBUILD
extra/lsof/PKGBUILD
multilib-testing/lib32-glib2/PKGBUILD
multilib/wine/PKGBUILD
testing/racket/PKGBUILD
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 f23ec6e64..76fd08ba9 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' 'mips64el') @@ -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() { |