git » openttd.git » commit 44ffc78

Update to the first Release Candidate

author Laurent Carlier
2012-02-22 08:48:10 UTC
committer Laurent Carlier
2012-02-22 08:48:10 UTC
parent 434cb17a3a04b952722417cc77de4a9e9b5318b2

Update to the first Release Candidate

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index bc3f2be..0f0a83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
 # 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')
 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}