diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2016-05-01 14:52:38 -0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-05-01 23:49:19 -0500 |
commit | 44a33c5b79a0c0d57ff2b1bd3bcdc2d5d3329f33 (patch) | |
tree | bb449b50b317293901e188c8c235047ed3583ee1 /games/lutris | |
parent | 18018ef69d3c4af536b7b687e50213c26bdf3c82 (diff) | |
download | slackbuilds-44a33c5b79a0c0d57ff2b1bd3bcdc2d5d3329f33.tar.gz |
games/lutris: Updated for version 0.3.7.5.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'games/lutris')
-rw-r--r-- | games/lutris/lutris.SlackBuild | 10 | ||||
-rw-r--r-- | games/lutris/lutris.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games/lutris/lutris.SlackBuild b/games/lutris/lutris.SlackBuild index 4b9edec5d2..481dc2fc82 100644 --- a/games/lutris/lutris.SlackBuild +++ b/games/lutris/lutris.SlackBuild @@ -1,5 +1,7 @@ #!/bin/sh + # Slackware build script for lutris + # Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com # This program is free software: you can redistribute it and/or modify @@ -18,10 +20,10 @@ # You may have received a copy of the GNU General Public License along # with this program (most likely, a file named COPYING). If not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. PRGNAM=lutris -VERSION=${VERSION:-0.3.6.3} +VERSION=${VERSION:-0.3.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM\_$VERSION.tar.gz +tar xvf $CWD/$PRGNAM\_$VERSION.tar.xz cd $PRGNAM chown -R root:root . @@ -60,7 +62,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGELOG COPYING INSTALL INSTALL.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS CHANGELOG COPYING INSTALL.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc -type f -exec chmod 0644 {} \; diff --git a/games/lutris/lutris.info b/games/lutris/lutris.info index 227c1fe046..b43b1a1814 100644 --- a/games/lutris/lutris.info +++ b/games/lutris/lutris.info @@ -1,8 +1,8 @@ PRGNAM="lutris" -VERSION="0.3.6.3" +VERSION="0.3.7.5" HOMEPAGE="https://lutris.net/" -DOWNLOAD="http://lutris.net/releases/lutris_0.3.6.3.tar.gz" -MD5SUM="f2453a7974182493339edd1901d8f88b" +DOWNLOAD="https://lutris.net/releases/lutris_0.3.7.5.tar.xz" +MD5SUM="e081e75691a790c3aa9116488e81e2e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="PyYAML pyxdg" |