[arch-commits] Commit in openra/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jun 17 14:32:26 UTC 2015


    Date: Wednesday, June 17, 2015 @ 16:32:26
  Author: svenstaro
Revision: 135520

upgpkg: openra 20150614-1

upstream release 20150614

Modified:
  openra/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-17 14:27:29 UTC (rev 135519)
+++ PKGBUILD	2015-06-17 14:32:26 UTC (rev 135520)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
 pkgname=openra
-pkgver=20150424
+pkgver=20150614
 pkgrel=1
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL"
 arch=('any')
@@ -12,26 +12,19 @@
 depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity')
 makedepends=('git' 'unzip')
 options=(!strip)
-source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}"
-        "https://build.opensuse.org/source/games:openra/playtest/thirdparty.tar.gz?rev=bf7c8edd543f4dc53cea52c78667427c")
-md5sums=('SKIP'
-         '3e65480d58f2602c127b362f7a1813fe')
+source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}")
+md5sums=('SKIP')
 
 prepare() {
   cd OpenRA
 
   make version
-
-  # Don't ask :(
-  mv ${srcdir}/thirdparty/* thirdparty/
-  cp thirdparty/*dll* .
 }
 
 build() {
   cd OpenRA
 
-  #make cli-dependencies
-  make native-dependencies
+  make dependencies
   make core
   make tools
 }



More information about the arch-commits mailing list