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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Sat Jul 5 19:03:46 UTC 2014


    Date: Saturday, July 5, 2014 @ 21:03:45
  Author: stativ
Revision: 115148

ufoai-data: fix the FS#41076, download the missing map data.

Modified:
  ufoai-data/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 17:58:00 UTC (rev 115147)
+++ PKGBUILD	2014-07-05 19:03:45 UTC (rev 115148)
@@ -3,13 +3,13 @@
 # Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 pkgname=ufoai-data
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data files)"
 arch=('any')
 url="http://ufoai.ninex.info/"
 license=('GPL')
 depends=()
-makedepends=('git')
+makedepends=('git' 'python2')
 source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
 md5sums=('SKIP')
 
@@ -18,6 +18,7 @@
 
   #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
   make lang
+  python2 ./contrib/map-get/update.py
 }
 
 package() {




More information about the arch-commits mailing list