diff options
author | Tim Biermann <tbier@posteo.de> | 2020-06-08 17:48:52 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-06-08 19:53:33 +0000 |
commit | b72ab5fd91c112d7e34c9b7e0e0faf6185221b59 (patch) | |
tree | 1061f2e1231df52c75f1645733f0bdfb6a5ed81b /rocksndiamonds/Pkgfile | |
parent | d12d9033f13b9fcab3cd86841b11afef28937708 (diff) | |
download | contrib-b72ab5fd91c112d7e34c9b7e0e0faf6185221b59.tar.gz contrib-b72ab5fd91c112d7e34c9b7e0e0faf6185221b59.tar.xz |
rocksndiamonds: 3.3.1.2 -> 4.1.4.1
Diffstat (limited to 'rocksndiamonds/Pkgfile')
-rw-r--r-- | rocksndiamonds/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rocksndiamonds/Pkgfile b/rocksndiamonds/Pkgfile index 696a4c14c..cfb357bbc 100644 --- a/rocksndiamonds/Pkgfile +++ b/rocksndiamonds/Pkgfile @@ -2,10 +2,10 @@ # URL: https://www.artsoft.org/rocksndiamonds/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: James Mills, prologic at shortcircuit dot net dot au -# Depends on: sdl_image sdl_mixer sdl_net +# Depends on: sdl2_image sdl2_mixer sdl2_net name=rocksndiamonds -version=3.3.1.2 +version=4.1.4.1 release=1 source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$version.tar.gz) @@ -33,7 +33,7 @@ build() { cp -r music $PKG/usr/share/rocksndiamonds cp -r sounds $PKG/usr/share/rocksndiamonds - cp -r scores $PKG/var/lib/games/rocksndiamonds + #cp -r scores $PKG/var/lib/games/rocksndiamonds install -D -m 0755 rocksndiamonds $PKG/usr/bin/rocksndiamonds rm $PKG/usr/share/rocksndiamonds/levels/Tutorials/rnd_tutorial_niko_boehm/README |