[arch-commits] Commit in ufoai-data/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 19 22:26:05 UTC 2017


    Date: Wednesday, April 19, 2017 @ 22:26:04
  Author: svenstaro
Revision: 223887

archrelease: copy trunk to community-any

Added:
  ufoai-data/repos/community-any/PKGBUILD
    (from rev 223886, ufoai-data/trunk/PKGBUILD)
Deleted:
  ufoai-data/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-19 22:25:48 UTC (rev 223886)
+++ PKGBUILD	2017-04-19 22:26:04 UTC (rev 223887)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=ufoai-data
-pkgver=2.5.0
-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' 'python2')
-source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd ufoai-${pkgver}
-
-  #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
-  make lang
-  python2 ./contrib/map-get/update.py
-}
-
-package() {
-  cd ufoai-${pkgver}
-
-  install -d -m755 "$pkgdir"/usr/share/ufoai
-  cp -r base "$pkgdir"/usr/share/ufoai
-}
-
-# vim: sw=2:ts=2 et:

Copied: ufoai-data/repos/community-any/PKGBUILD (from rev 223886, ufoai-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-19 22:26:04 UTC (rev 223887)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=ufoai-data
+pkgver=2.5.0
+pkgrel=4
+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' 'python2')
+source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+  cd ufoai-${pkgver}
+
+  #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
+  make lang
+  python2 ./contrib/map-get/update.py
+}
+
+package() {
+  cd ufoai-${pkgver}
+
+  install -d -m755 "$pkgdir"/usr/share/ufoai
+  cp -r base "$pkgdir"/usr/share/ufoai
+}
+
+# vim: sw=2:ts=2 et:



More information about the arch-commits mailing list