summaryrefslogtreecommitdiffstats
path: root/gmtk/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-12 15:13:55 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-12 15:13:55 +0000
commitcb145422d73aa2da3bc6ee551feae7c24f9717d2 (patch)
tree907e3b0598bdb21a00510a2d3135e81f4172e56e /gmtk/build
parent66269aae879ef230d0f2708b88ad92e6b2f07902 (diff)
downloadasb-cb145422d73aa2da3bc6ee551feae7c24f9717d2.tar.gz
asb-cb145422d73aa2da3bc6ee551feae7c24f9717d2.tar.xz
Fixed the SRCURL
Diffstat (limited to 'gmtk/build')
-rwxr-xr-xgmtk/build/gmtk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmtk/build/gmtk.SlackBuild b/gmtk/build/gmtk.SlackBuild
index 1c2708b5..aa10df26 100755
--- a/gmtk/build/gmtk.SlackBuild
+++ b/gmtk/build/gmtk.SlackBuild
@@ -64,7 +64,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="https://code.google.com/p/gmtk/source/browse/packages/${PRGNAM}-${VERSION}.tar.gz"
+SRCURL="https://gmtk.googlecode.com/svn/packages/${PRGNAM}-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##