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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Dec 1 10:26:32 UTC 2015


    Date: Tuesday, December 1, 2015 @ 11:26:32
  Author: svenstaro
Revision: 148071

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-01 10:26:13 UTC (rev 148070)
+++ PKGBUILD	2015-12-01 10:26:32 UTC (rev 148071)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=1.51
-pkgrel=1
-pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
-url="http://www.warsow.net/"
-license=('custom:Warsow Content License')
-arch=('any')
-source=(http://www.warsow.eu/warsow_1.51_unified.tar.gz)
-md5sums=('482e2020b5463d8503f1f9fafe0c433d')
-
-package() {
-    # Create Destination Directories
-    install -d $pkgdir/opt/warsow/
-
-    # Move Data to Destination Directory
-    cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
-    find $pkgdir/opt/warsow -type d | xargs chmod 755
-    find $pkgdir/opt/warsow -type f | xargs chmod 644
-
-    # Install Custom License: Warsow Content License
-    install -Dm0644 warsow_15/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 148070, warsow-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-01 10:26:32 UTC (rev 148071)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=2.0
+pkgrel=1
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
+url="http://www.warsow.net/"
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://mirror.null.one/warsow_20_unified.tar.gz)
+md5sums=('4c35ac6ca5971e7dcb273dadabc07963')
+
+package() {
+    # Create Destination Directories
+    install -d $pkgdir/opt/warsow/
+
+    # Move Data to Destination Directory
+    cp -r $srcdir/warsow_20/{basewsw,docs} $pkgdir/opt/warsow
+    find $pkgdir/opt/warsow -type d | xargs chmod 755
+    find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+    # Install Custom License: Warsow Content License
+    install -Dm0644 warsow_20/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
+}



More information about the arch-commits mailing list