diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-06 18:47:18 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-06 18:47:18 +0100 |
commit | 0ecad2876ee230c3929d93e97a5ff9aabb34639e (patch) | |
tree | 9858158941e1c5616209051070e0a4b999900bfb /community/openttd | |
parent | a6e4eeba56ffd555f912ac1063ed08245e3f43c1 (diff) | |
parent | 55d1e19e71b453a0f47c599f281a2ad2644247d2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/jack2/PKGBUILD
community/tremulous/PKGBUILD
extra/audiofile/PKGBUILD
extra/graphviz/PKGBUILD
extra/jhead/PKGBUILD
extra/redland/PKGBUILD
multilib/nspluginwrapper/PKGBUILD
Diffstat (limited to 'community/openttd')
-rw-r--r-- | community/openttd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD index 0d384a226..b9c1ee579 100644 --- a/community/openttd/PKGBUILD +++ b/community/openttd/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 55851 2011-09-23 18:46:03Z lcarlier $ +# $Id: PKGBUILD 60078 2011-12-04 22:02:23Z lcarlier $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> pkgname=openttd -pkgver=1.1.3 +pkgver=1.1.4 pkgrel=1 pkgdesc='An engine for running Transport Tycoon Deluxe.' arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ install=openttd.install optdepends=('openttd-opengfx: free graphics' 'openttd-opensfx: free soundset') source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") -md5sums=('a0a730a8e40133fe789f34f2bc9601a9') +md5sums=('d1c48ddf616bd0d269c4cd35ef8a8a39') build() { cd ${pkgname}-${pkgver} |