diff --git a/games/tintin/tintin.SlackBuild b/games/tintin/tintin.SlackBuild index e31a542721..e90fca0c17 100644 --- a/games/tintin/tintin.SlackBuild +++ b/games/tintin/tintin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tintin++ -# Written by Zach Lewis +# Written by Zach Lewis # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tintin -VERSION=${VERSION:-2.01.1} +VERSION=${VERSION:-2.02.41} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -99,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cd $TMP/$PRGNAM-$VERSION -cp -a FAQ INSTALL COPYING CREDITS README TODO docs/ $PKG/usr/doc/$PRGNAM-$VERSION +cp -a FAQ COPYING CREDITS README TODO docs/ $PKG/usr/doc/$PRGNAM-$VERSION find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; mkdir -p $PKG/install diff --git a/games/tintin/tintin.info b/games/tintin/tintin.info index b5888d3a11..c7dbfb89c1 100644 --- a/games/tintin/tintin.info +++ b/games/tintin/tintin.info @@ -1,10 +1,10 @@ PRGNAM="tintin" -VERSION="2.01.1" +VERSION="2.02.41" HOMEPAGE="http://tintin.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/tintin/tintin-2.01.1.tar.gz" -MD5SUM="4972a502b14456e145ee3fb75e3203bb" +DOWNLOAD="http://downloads.sourceforge.net/tintin/tintin-2.02.41.tar.gz" +MD5SUM="daae59ba91ae2b09ae7999ffca19a030" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Zach Lewis" -EMAIL="koni@archlinux.us" +EMAIL="zacharylewis.usn@gmail.com"