[arch-commits] Commit in warsow-data/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Sat May 3 23:50:56 UTC 2014
Date: Sunday, May 4, 2014 @ 01:50:56
Author: svenstaro
Revision: 110579
upgpkg: warsow-data 1.5-1
upstream release 1.5
Modified:
warsow-data/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-03 23:50:32 UTC (rev 110578)
+++ PKGBUILD 2014-05-03 23:50:56 UTC (rev 110579)
@@ -5,17 +5,14 @@
# Contributor: Vain
pkgname=warsow-data
-pkgver=1.03
+pkgver=1.5
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.net:1337/~warsow/1.02/warsow_1.02.tar.gz
- ftp://ftp.archlinux.org/other/community/$pkgname/warsow-basewsw-$pkgver.tar.xz{,.sig})
-md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b'
- 'a613495d9ee822cce9e385f5dd7fb332'
- 'SKIP')
+source=(http://www.warsow.eu/warsow_15_unified.tar.gz)
+md5sums=('05dfc393f33725e8c40e7894fccd59e8')
package() {
# Create Destination Directories
@@ -22,14 +19,8 @@
install -d $pkgdir/opt/warsow/
# Move Data to Destination Directory
- cp -r $srcdir/warsow_1.02/basewsw $pkgdir/opt/warsow
+ cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
# Install Custom License: Warsow Content License
- install -Dm0644 warsow_1.02/docs/license.txt \
- $pkgdir/usr/share/licenses/${pkgname}/license.txt
-
- # Update to 1.03
- for file in warsow-basewsw-$pkgver/*; do
- install -m0644 $file "$pkgdir"/opt/warsow/basewsw/
- done
+ install -Dm0644 warsow_15/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
}
More information about the arch-commits
mailing list