summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
committerroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
commit4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch)
treef9c260be9a38030fe89f1d4ce1e60763c7319f5f /community
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Sun Apr 29 00:03:11 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/blender/PKGBUILD26
-rw-r--r--community/cython/PKGBUILD8
-rw-r--r--community/gnome-settings-daemon-updates/PKGBUILD21
-rw-r--r--community/gtk-engine-murrine/PKGBUILD9
-rw-r--r--community/linux-tools/PKGBUILD12
-rw-r--r--community/linux-tools/cpupower.rc2
-rw-r--r--community/myodbc/PKGBUILD14
-rw-r--r--community/opencollada/PKGBUILD3
-rw-r--r--community/pax-utils/PKGBUILD9
-rw-r--r--community/percona-server/PKGBUILD6
-rw-r--r--community/pokerth/PKGBUILD12
-rw-r--r--community/qtcurve-gtk2/PKGBUILD6
-rw-r--r--community/qtcurve-kde4/PKGBUILD6
-rw-r--r--community/speed-dreams/PKGBUILD16
14 files changed, 85 insertions, 65 deletions
diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD
index fb206952e..de29d6970 100644
--- a/community/blender/PKGBUILD
+++ b/community/blender/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 68036 2012-03-17 05:43:38Z svenstaro $
+# $Id: PKGBUILD 69995 2012-04-28 00:27:10Z svenstaro $
# Contributor: John Sowiak <john@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
@@ -13,8 +13,8 @@
_svn=false
pkgname=blender
-pkgver=2.62
-pkgrel=3
+pkgver=2.63
+pkgrel=1
epoch=3
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ options=(!strip)
install=blender.install
if [ $_svn = false ]; then
source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
- md5sums=('f2357584a5081b03f6e60ba3efe2a610')
+ md5sums=('1cc18a9074ba63313a5711887de76c54')
else
source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
md5sums=('7579d1139d0d6025df8afcfca64a65c4')
@@ -83,10 +83,10 @@ build() {
make $MAKEFLAGS
- cp -rf "$srcdir"/${pkgname}-$pkgver/release/plugins/* \
- "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/
- cd "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi
- chmod 755 bmake
+# cp -rf "$srcdir"/${pkgname}-$pkgver/release/plugins/* \
+# "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/
+# cd "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi
+# chmod 755 bmake
make
}
@@ -96,9 +96,9 @@ package() {
python -m compileall "${pkgdir}/usr/share/blender"
# install plugins
- install -d -m755 "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
- cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \
- "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/
- cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \
- "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/texture/
+# install -d -m755 "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
+# cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \
+# "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/
+# cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \
+# "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/texture/
}
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD
index 21e58a30b..e0a69c0a0 100644
--- a/community/cython/PKGBUILD
+++ b/community/cython/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 59192 2011-11-21 14:39:15Z spupykin $
+# $Id: PKGBUILD 69975 2012-04-27 16:14:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=('cython' 'cython2')
pkgbase=cython
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16
+pkgrel=1
pkgdesc="C-Extensions for Python "
arch=(i686 x86_64)
url="http://www.cython.org"
license=('APACHE')
makedepends=('python-distribute' 'python2-distribute')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('171021b3845c9ca8bd6d8185b3cde664')
+md5sums=('7934186ada3552110aba92062fa88b1c')
build() {
true
diff --git a/community/gnome-settings-daemon-updates/PKGBUILD b/community/gnome-settings-daemon-updates/PKGBUILD
index 8fb68594c..67da86e79 100644
--- a/community/gnome-settings-daemon-updates/PKGBUILD
+++ b/community/gnome-settings-daemon-updates/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 69734 2012-04-23 09:07:27Z ibiru $
+# $Id: PKGBUILD 69964 2012-04-27 11:53:11Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
_pkgname=gnome-settings-daemon
pkgname=$_pkgname-updates
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="Updates plugin for the GNOME Settings daemon"
arch=('i686' 'x86_64')
@@ -15,9 +15,19 @@ install=$_pkgname.install
url="http://www.gnome.org"
source=("http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz"
'systemd-fallback.patch'
+ 'evironment.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=9d7ea1d0b8b90b55f916751858a210a2e02a06b6'
+ 'arguments.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=00681573ad6ebeb127ec72ac61d30d69be6459f8'
+ 'mem-leak.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=053f48b3b1b9a3b2ab0714d470da4354735d0c4b'
+ 'glist-leak.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=214a832820f6448f07d438f6686267eaf8301dd1'
+ 'mouse-mem-leak.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=09c215b42312ca5bb63b215c2f95231613b3103d'
'arch.patch')
-sha256sums=('5639cbba28caa7b3e33990f49aeed11ed9325e78e76af2175d9ccd5ff298401d'
+sha256sums=('d5d4a270ec5692cdc56a58cfb57bc7f8fa93374566912a65e78c1c3db7faf4ed'
'82b721d0e274af15ed2770052d550d3162d2d37e5e9ee5e6fcebac1ed6cb8199'
+ '1ba33f6eadac4c54f3f08f4bce075d2bef8124f857f5af22eaee010c8d38bc3b'
+ '884a959b334f864f75dcb4eec8c137785f587c7c2ae57906f8b4e60e04c29246'
+ '3a3f8b2964406b9b3c85c05f25e677e8c9eaa221779b95826ffbc0474740decc'
+ 'af3bda801befdbd3d318723ae6de3aaf7df1e16bccd84e13f15b57f2dceaefcd'
+ '43b7397e622a2c19091b3665822e9461067fb6a497b9507418a3bbb100a69e1b'
'727ab3e8181464af32ba604b2931b77cd6d4fbf34e10bbba99bb213eb992466e')
build() {
@@ -25,6 +35,11 @@ build() {
patch -Np1 -i "$srcdir/arch.patch"
patch -Np1 -i "$srcdir/systemd-fallback.patch"
+ patch -Np1 -i ../evironment.patch
+ patch -Np1 -i ../arguments.patch
+ patch -Np1 -i ../mem-leak.patch
+ patch -Np1 -i ../glist-leak.patch
+ patch -Np1 -i ../mouse-mem-leak.patch
gnome-autogen.sh --prefix=/usr \
--sysconfdir=/etc \
diff --git a/community/gtk-engine-murrine/PKGBUILD b/community/gtk-engine-murrine/PKGBUILD
index c8cf2b616..ead92660a 100644
--- a/community/gtk-engine-murrine/PKGBUILD
+++ b/community/gtk-engine-murrine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 63618 2012-02-05 12:00:53Z ibiru $
+# $Id: PKGBUILD 69978 2012-04-27 16:16:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
@@ -6,8 +6,8 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gtk-engine-murrine
-pkgver=0.98.1.1
-pkgrel=3
+pkgver=0.98.2
+pkgrel=1
pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers."
arch=('i686' 'x86_64')
url="http://cimitan.com/murrine/project/murrine"
@@ -15,8 +15,9 @@ license=('LGPL3')
depends=('gtk2')
makedepends=('intltool')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${pkgver}.tar.xz)
sha256sums=('e6a2af72674403d06c03e067d915004e8d9cdeec206f3350c7f3ee595b139912')
+sha256sums=('e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89')
build() {
cd murrine-${pkgver}
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index c7e58b150..83e3dfd58 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 69068 2012-04-08 22:52:23Z seblu $
+# $Id: PKGBUILD 70002 2012-04-28 01:09:18Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=linux-tools
pkgname=('perf' 'cpupower')
pkgver=3.3
-kernver=${pkgver}
+kernver=${pkgver}.4
[[ ${kernver##*rc} != $kernver ]] && testing='testing'
-pkgrel=2
+pkgrel=4
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -17,9 +17,9 @@ makedepends+=('python2' 'libnewt' 'elfutils' 'pciutils')
source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/$testing/linux-$kernver.tar.xz"
'cpupower.rc'
'cpupower.conf'
- 'cpupower.service')
-md5sums=('7133f5a2086a7d7ef97abac610c094f5'
- '26af384ca282bc0dc38ff65acc7bb4b9'
+ 'cpupower.service')
+md5sums=('1cf9bbadf579734c57ed2e2081895692'
+ '73dbc931e86b3b73d6e2338dcbee81a4'
'857ccdd0598511e3bf4b63522754dc48'
'20870541e88109d2f153be3c58a277f1')
diff --git a/community/linux-tools/cpupower.rc b/community/linux-tools/cpupower.rc
index 9b0bcddb7..27a491e95 100644
--- a/community/linux-tools/cpupower.rc
+++ b/community/linux-tools/cpupower.rc
@@ -33,7 +33,7 @@ case "$1" in
(($fail > 0)) && stat_fail && exit 1 || stat_done
;;
*)
- echo "usage: $0 {start|restart}"
+ echo "usage: ${0##*/} {start|restart}"
esac
true
diff --git a/community/myodbc/PKGBUILD b/community/myodbc/PKGBUILD
index d12814082..97e494a30 100644
--- a/community/myodbc/PKGBUILD
+++ b/community/myodbc/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 61113 2011-12-21 20:57:39Z andrea $
+# $Id: PKGBUILD 69979 2012-04-27 16:17:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=myodbc
-pkgver=5.1.9
-pkgrel=2
+pkgver=5.1.10
+pkgrel=1
pkgdesc="ODBC driver/connector for MySQL"
arch=(i686 x86_64)
url="http://dev.mysql.com/downloads/connector/odbc/"
depends=('unixodbc' 'libmysqlclient')
license=('GPL')
options=('libtool')
-source=("http://mysql.cce.usp.br/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-${pkgver}.tar.gz"
+source=("http://mysql.cce.usp.br/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-${pkgver}-src.tar.gz"
myconf.h.in)
-md5sums=('80f146bd384a9011d968aa67df27e68e'
+md5sums=('71d570a7f6839b81d101bf803e4f864a'
'6c99c83e309b18d15ef0f07f0b461241')
build() {
- cd $srcdir/mysql-connector-odbc-${pkgver}
+ cd $srcdir/mysql-connector-odbc-${pkgver}-src
cp $srcdir/myconf.h.in driver/myconf.h.in
[ -x configure ] || { aclocal; libtoolize; automake --add-missing; autoreconf; }
[ -f Makefile ] || CFLAGS="$CFLAGS -DTHREAD" \
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd $srcdir/mysql-connector-odbc-${pkgver}
+ cd $srcdir/mysql-connector-odbc-${pkgver}-src
make DESTDIR=$pkgdir install
}
diff --git a/community/opencollada/PKGBUILD b/community/opencollada/PKGBUILD
index 2e08bdaba..7a1344c65 100644
--- a/community/opencollada/PKGBUILD
+++ b/community/opencollada/PKGBUILD
@@ -1,7 +1,8 @@
+# $Id: PKGBUILD 69972 2012-04-27 14:32:38Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Liganic <liganic-aur@gmx.net>
pkgname=opencollada
-pkgver=867
+pkgver=869
pkgrel=1
pkgdesc="Stream based reader and writer library for COLLADA files"
arch=(i686 x86_64)
diff --git a/community/pax-utils/PKGBUILD b/community/pax-utils/PKGBUILD
index 25e86bdbf..b71d940a5 100644
--- a/community/pax-utils/PKGBUILD
+++ b/community/pax-utils/PKGBUILD
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD 62235 2012-01-18 17:21:27Z tredaelli $
+# $Id: PKGBUILD 69966 2012-04-27 11:58:38Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: sh0 <mee@sh0.org>
# Contributor: Maxwel <msg.maxwel@gmail.com>
pkgname=pax-utils
-pkgver=0.2.3
+pkgver=0.3.0
pkgrel=1
pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
url='http://hardened.gentoo.org/pax-utils.xml'
arch=('i686' 'x86_64')
license=('GPL')
depends=('bash' 'libcap')
-checkdepends=('python2')
+checkdepends=('python')
source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-md5sums=('d2d27891742d14d81b205cf4e42de28a')
+md5sums=('f0c6577977472a327aa39adf1012f150')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's/python /python2 /' tests/source/dotest
make USE_CAP='yes'
}
diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD
index f3551b8fa..c27b0d27d 100644
--- a/community/percona-server/PKGBUILD
+++ b/community/percona-server/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 68626 2012-03-30 09:33:33Z mtorromeo $
+# $Id: PKGBUILD 69962 2012-04-27 10:25:29Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=percona-server
-pkgver=5.5.21_rel25.1
+pkgver=5.5.22_rel25.2
pkgrel=1
pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation, and manageability of the server"
arch=('i686' 'x86_64')
@@ -99,6 +99,6 @@ package() {
install -dm700 "${pkgdir}"/var/lib/mysql
}
-md5sums=('fdbc6cb1452f577d4c21ed3f1686dac8'
+md5sums=('2fc67b0e0e31c1a7949beae9399abc33'
'243864805611764a7e5883c1dba7afd8'
'1c949c0dbea5206af0db14942d9927b6')
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index 1cc421432..f73213945 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,25 +1,27 @@
-# $Id: PKGBUILD 67206 2012-03-05 08:58:57Z ibiru $
+# $Id: PKGBUILD 69993 2012-04-28 00:04:33Z svenstaro $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Vasco Costa <vasco.costa@meiodigital.com>
pkgname=pokerth
_realname=PokerTH
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
pkgdesc="Poker game written in C++/QT4"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
license=('GPL' 'custom')
-depends=('curl' 'boost-libs>=1.43.0' 'gsasl' 'gnutls'
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls'
'qt' 'sdl_mixer' 'libircclient' 'tinyxml')
makedepends=('boost')
source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('09d173512f723441f288b2844e3c68cb')
+md5sums=('afdc63e9a4e499fd70fc0eee4d8dc1a9')
build() {
cd "$srcdir/$_realname-$pkgver-src"
+ sed -i '1 i #include <unistd.h>' src/third_party/qtsingleapplication/qtlocalpeer.cpp
+
sed -i 's/QMAKE_CXXFLAGS += -std=gnu++0x/QMAKE_CXXFLAGS += -std=gnu++0x -DBOOST_FILESYSTEM_VERSION=2/' *.pro
sed -i '23 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
diff --git a/community/qtcurve-gtk2/PKGBUILD b/community/qtcurve-gtk2/PKGBUILD
index b77e5b18c..6c8399cb9 100644
--- a/community/qtcurve-gtk2/PKGBUILD
+++ b/community/qtcurve-gtk2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66821 2012-02-28 23:45:44Z svenstaro $
+# $Id: PKGBUILD 69999 2012-04-28 00:40:23Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=qtcurve-gtk2
-pkgver=1.8.14
+pkgver=1.8.15
pkgrel=1
pkgdesc="A configurable set of widget styles for KDE and Gtk"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('cmake')
groups=('qtcurve')
options=('!libtool')
source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2")
-md5sums=('4d8e703c5e906e8e3d27b1a38b57db9b')
+md5sums=('00054b1923f995fa55e0573730b9f3a6')
build() {
cd "${srcdir}"
diff --git a/community/qtcurve-kde4/PKGBUILD b/community/qtcurve-kde4/PKGBUILD
index 427455e56..2210a507d 100644
--- a/community/qtcurve-kde4/PKGBUILD
+++ b/community/qtcurve-kde4/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68485 2012-03-26 06:57:23Z svenstaro $
+# $Id: PKGBUILD 69997 2012-04-28 00:37:54Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=qtcurve-kde4
-pkgver=1.8.11
+pkgver=1.8.12
pkgrel=1
arch=('i686' 'x86_64')
groups=('qtcurve')
@@ -15,7 +15,7 @@ depends=('kdebase-workspace')
makedepends=('cmake' 'automoc4')
source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"
'bypass-kde-config.patch')
-md5sums=('62dde2f3a2fabf2a209b07c2cf2b9c13'
+md5sums=('8a08d28204fab1b3db6813519f174014'
'3f6681147cc361bd2bfd4d7477f2a8d0')
build() {
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() {