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

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


    Date: Monday, March 28, 2016 @ 22:01:37
  Author: svenstaro
Revision: 168733

upgpkg: warsow-data 2.1.0-1

upstream release 2.1.0

Modified:
  warsow-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 19:49:26 UTC (rev 168732)
+++ PKGBUILD	2016-03-28 20:01:37 UTC (rev 168733)
@@ -5,14 +5,14 @@
 # Contributor: Vain
 
 pkgname=warsow-data
-pkgver=2.0.1
+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_201_unified.tar.gz)
-md5sums=('fee194075847f9a2508f65da89b6cfea')
+source=(http://mirror.null.one/warsow_21_unified.tar.gz)
+md5sums=('fac70b30d7295c0bc4c3f0432c4b7937')
 
 package() {
     # Create Destination Directories
@@ -19,10 +19,10 @@
     install -d $pkgdir/opt/warsow/
 
     # Move Data to Destination Directory
-    cp -r $srcdir/warsow_20/{basewsw,docs} $pkgdir/opt/warsow
+    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_20/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
+    install -Dm0644 warsow_21/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
 }



More information about the arch-commits mailing list