From ff4f2a8ec2526b231cc9ab770ce0b58a24e239dd Mon Sep 17 00:00:00 2001 From: Justin_U Date: Sun, 8 May 2016 14:32:05 -0500 Subject: [PATCH] correct download link --- Apps/tdegames/tdegames-R14.0.3.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Apps/tdegames/tdegames-R14.0.3.SlackBuild b/Apps/tdegames/tdegames-R14.0.3.SlackBuild index 714d05c..ea45ae6 100644 --- a/Apps/tdegames/tdegames-R14.0.3.SlackBuild +++ b/Apps/tdegames/tdegames-R14.0.3.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST # Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, Netherlands -# Copyright 2015-2016 Thorn Inurcide thorninurcide@gmail.com +# Copyright 2015-2016 Thorn Inurcide # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -98,8 +98,9 @@ TMP=${TMP:-/tmp/build} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +# Input URL: http://tde-mirror.yosemite.net/trinity/releases/R14.0.3/tdegames-R14.0.3.tar.bz2 SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.bz2" -SRCURL="http://tde-mirror.yosemite.net/trinity/releases/${VERSION}/applications/${PRGNAM}-${VERSION}.tar.bz2" +SRCURL="http://tde-mirror.yosemite.net/trinity/releases/${VERSION}/${PRGNAM}-${VERSION}.tar.bz2" # You can use your own private machine.conf file to overrule machine defaults: if [ -e $SRCDIR/machine.conf ]; then