summaryrefslogtreecommitdiffstats
path: root/kdmtheme
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-08-16 18:54:53 +0000
committer Eric Hameleers <alien@slackware.com>2006-08-16 18:54:53 +0000
commite52bb6dbbf2adfffead34306c3ff3b4e30c86582 (patch)
tree058906d5fb4850fd96b7d25d048054b712461750 /kdmtheme
parentfb862656362adf045220ebeb7966b5b02f6e5c95 (diff)
downloadasb-e52bb6dbbf2adfffead34306c3ff3b4e30c86582.tar.gz
asb-e52bb6dbbf2adfffead34306c3ff3b4e30c86582.tar.xz
Updated source URL, version number.
Diffstat (limited to 'kdmtheme')
-rwxr-xr-xkdmtheme/build/kdmtheme.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kdmtheme/build/kdmtheme.SlackBuild b/kdmtheme/build/kdmtheme.SlackBuild
index 28aa47e0..818f8947 100755
--- a/kdmtheme/build/kdmtheme.SlackBuild
+++ b/kdmtheme/build/kdmtheme.SlackBuild
@@ -12,6 +12,8 @@
# Changelog:
# 0.9.1-1: 25/Aug/2005 by Eric Hameleers <alien@sox.homeip.net>
# * Initial build.
+# 1.1.2-1: 16/aug/2006 by Eric Hameleers <alien@slackware.com>
+# * Update
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -27,7 +29,7 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=kdmtheme
-VERSION=0.9.1
+VERSION=1.1.2
ARCH=${ARCH:-i486}
BUILD=1
@@ -37,8 +39,8 @@ DOCS="AUTHORS BUGS ChangeLog COPYING CREDITS FAQ LICENSE MAINTAINERS NEWS README
# If you know the URL for a source file, you can put that into the SRCURL[]
# variable, and the SlackBuild script will try to download it for you.
-SOURCE[0]="${PRGNAM}-${VERSION}.tar.gz"
-SRCURL[0]="http://kde-apps.org/content/download.php?content=22120@DLURL@id=1@DLURL@PHPSESSID=b7ddbfdab7fddb9461d251d6a99d38c2"
+SOURCE[0]="${PRGNAM}-${VERSION}.tar.bz2"
+SRCURL[0]="http://beta.smileaf.org/files/${PRGNAM}/${PRGNAM}-${VERSION}.tar.bz2"
##
## --- with a little luck, you won't have to edit below this point --- ##