summaryrefslogtreecommitdiff
path: root/community/openttd
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
commit82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch)
treebc42529997fa58fc26481c8ba7524560f3baa5af /community/openttd
parentf87cdf22eb712b5b1c118f768d4ff710fc839403 (diff)
parentd466ef49f224a9347fe0375eac8126725e10a0a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD community/flac123/PKGBUILD community/flashrom/PKGBUILD community/liblockfile/PKGBUILD community/python-cjson/PKGBUILD community/tcpflow/PKGBUILD extra/vlc/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'community/openttd')
-rw-r--r--community/openttd/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD
index 0c878b2bd..29d554111 100644
--- a/community/openttd/PKGBUILD
+++ b/community/openttd/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 64046 2012-02-08 23:19:32Z lcarlier $
+# $Id: PKGBUILD 65701 2012-02-22 08:49:10Z lcarlier $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd
-pkgver=1.2.0beta4
-_realpkgver=1.2.0-beta4
+pkgver=1.2.0rc1
+_realpkgver=1.2.0-RC1
pkgrel=1
pkgdesc='An engine for running Transport Tycoon Deluxe.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.openttd.org'
license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop-file-utils' 'xz')
install=openttd.install
optdepends=('openttd-opengfx: free graphics'
'openttd-opensfx: free soundset')
source=("http://binaries.openttd.org/releases/${_realpkgver}/${pkgname}-${_realpkgver}-source.tar.xz")
-md5sums=('41c18120a3f0d77c8f3ca11e2b6730e7')
+md5sums=('e2b32c0623a884e43e6d8b29cbb1febf')
build() {
cd ${pkgname}-${_realpkgver}