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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Mar 28 20:01:51 UTC 2016


    Date: Monday, March 28, 2016 @ 22:01:50
  Author: svenstaro
Revision: 168734

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 20:01:37 UTC (rev 168733)
+++ PKGBUILD	2016-03-28 20:01:50 UTC (rev 168734)
@@ -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=2.0.1
-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_201_unified.tar.gz)
-md5sums=('fee194075847f9a2508f65da89b6cfea')
-
-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
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 168733, warsow-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-28 20:01:50 UTC (rev 168734)
@@ -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.1.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_21_unified.tar.gz)
+md5sums=('fac70b30d7295c0bc4c3f0432c4b7937')
+
+package() {
+    # Create Destination Directories
+    install -d $pkgdir/opt/warsow/
+
+    # Move Data to Destination Directory
+    cp -r $srcdir/warsow_21/{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_21/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
+}



More information about the arch-commits mailing list