Date: Wednesday, February 3, 2016 @ 02:09:25 Author: svenstaro Revision: 160039
upgpkg: singularity 0.30c-8 Update music pack and URLs Modified: singularity/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-03 00:37:24 UTC (rev 160038) +++ PKGBUILD 2016-02-03 01:09:25 UTC (rev 160039) @@ -5,18 +5,18 @@ pkgname=singularity pkgver=0.30c -pkgrel=7 +pkgrel=8 pkgdesc="Strategy game - simulation of true AI" arch=('any') url="http://emhsoft.com/singularity/index.html" license=('GPL2' 'custom') depends=('python2' 'python2-pygame' 'sdl_image' 'sdl_mixer' 'python2-numpy') -source=("http://endgame-singularity.googlecode.com/files/$pkgname-$pkgver-src.tar.gz" \ - "http://endgame-singularity.googlecode.com/files/endgame-$pkgname-music-006.zip" \ +source=("http://www.emhsoft.com/singularity/singularity-${pkgver}-src.tar.gz" + "http://www.emhsoft.com/singularity/endgame-singularity-music-007.zip" "singularity" "singularity.desktop") md5sums=('ea4e7d28dd19c33585691ee608672a63' - 'f16d550add4df9c41d4fd68d8ebff40c' + '36ab600d1f6df24e3550b37289cc7710' 'fe74e41d2d35dd1907342dea8b078651' 'c0f49fb6d31a2cf4c0b80393df2aad16') @@ -33,7 +33,8 @@ # install game install -Dm644 singularity.py $pkgdir/usr/share/singularity/singularity.py - cp -R code data "$srcdir/endgame-$pkgname-music-006/music" "$pkgdir/usr/share/$pkgname" + cp -R code data "$pkgdir/usr/share/$pkgname" + cp -R "$srcdir/endgame-$pkgname-music-007" "$pkgdir/usr/share/$pkgname/music" # install shell script install -Dm755 "$srcdir/singularity" "$pkgdir/usr/bin/singularity"