diff options
author | Симон Болоканов <sbolokanov@abv.bg> | 2016-03-27 07:46:09 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-03-31 12:49:19 +0100 |
commit | 54cc36021813ec32604c41311516bc2053096b69 (patch) | |
tree | 69477f883a283d713cc4ebb270faf25f20bf1de6 /games/xonotic/xonotic.SlackBuild | |
parent | 8142f55decc8bb940fcbdf85bd200798d2757737 (diff) |
games/xonotic: Updated for version 0.8.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xonotic/xonotic.SlackBuild')
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index 00dbdc02c2e3b..c47e2d464a5f0 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xonotic -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION Xonotic unzip $CWD/$PRGNAM-$VERSION.zip -unzip $CWD/$PRGNAM-$VERSION-crypto.zip Xonotic/source/d0_blind_id/d0_rijndael.c mv Xonotic $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . |