From 1b7f3961e8184e111b3b2b2f9f888d8b1d3a80dd Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sun, 27 Oct 2013 23:12:30 -0500 Subject: games/tanglet: Updated for version 1.2.2. Signed-off-by: Robby Workman --- games/tanglet/slack-desc | 12 ++++++------ games/tanglet/tanglet.SlackBuild | 8 ++++---- games/tanglet/tanglet.info | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'games/tanglet') diff --git a/games/tanglet/slack-desc b/games/tanglet/slack-desc index d519bf3da4..29fa7b2dd3 100644 --- a/games/tanglet/slack-desc +++ b/games/tanglet/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| tanglet: tanglet (single player word finding game) @@ -13,7 +13,7 @@ tanglet: is to list as many words as you can before the time runs out. There tanglet: are several timer modes that determine how much time you start with, tanglet: and if you get extra time when you find a word. tanglet: -tanglet: tanglet: Homepage: http://gottcode.org/tanglet/ tanglet: tanglet: +tanglet: diff --git a/games/tanglet/tanglet.SlackBuild b/games/tanglet/tanglet.SlackBuild index 64e51d4666..97b6d3ecb0 100644 --- a/games/tanglet/tanglet.SlackBuild +++ b/games/tanglet/tanglet.SlackBuild @@ -28,7 +28,7 @@ # Build script for tanglet PRGNAM=tanglet -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,9 +76,9 @@ find . \ mkdir build cd build -qmake PREFIX=$PKG/usr ../ -CFLAGS="$SLKCFLAGS" make -make install + qmake PREFIX=$PKG/usr ../ + CFLAGS="$SLKCFLAGS" make + make install cd .. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/ diff --git a/games/tanglet/tanglet.info b/games/tanglet/tanglet.info index 571a62f5f6..38fa05d3e0 100644 --- a/games/tanglet/tanglet.info +++ b/games/tanglet/tanglet.info @@ -1,8 +1,8 @@ PRGNAM="tanglet" -VERSION="1.2.1" +VERSION="1.2.2" HOMEPAGE="http://gottcode.org/tanglet/" -DOWNLOAD="http://gottcode.org/tanglet/tanglet-1.2.1-src.tar.bz2" -MD5SUM="109ad08a03cc64808fa2caad6c3a4a7c" +DOWNLOAD="http://gottcode.org/tanglet/tanglet-1.2.2-src.tar.bz2" +MD5SUM="584e50d01323c0686ff094195eba4341" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3