summaryrefslogtreecommitdiffstats
path: root/desktop/conky-manager
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/conky-manager')
-rw-r--r--desktop/conky-manager/conky-manager.SlackBuild8
-rw-r--r--desktop/conky-manager/conky-manager.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/conky-manager/conky-manager.SlackBuild b/desktop/conky-manager/conky-manager.SlackBuild
index 63aeb2fb39..b78bb504a4 100644
--- a/desktop/conky-manager/conky-manager.SlackBuild
+++ b/desktop/conky-manager/conky-manager.SlackBuild
@@ -6,7 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=conky-manager
-VERSION=${VERSION:-r136}
+VERSION=${VERSION:-2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,9 +42,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ~teejee2008/
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
-cd ~teejee2008/conky-manager/trunk
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/desktop/conky-manager/conky-manager.info b/desktop/conky-manager/conky-manager.info
index c5c5d0ec64..e2868cb833 100644
--- a/desktop/conky-manager/conky-manager.info
+++ b/desktop/conky-manager/conky-manager.info
@@ -1,8 +1,8 @@
PRGNAM="conky-manager"
-VERSION="r136"
+VERSION="2.4"
HOMEPAGE="http://www.teejeetech.in/p/conky-manager.html"
-DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/conky-manager/conky-manager-r136.tgz"
-MD5SUM="38acfb71bd9ea346abe5322307cf096d"
+DOWNLOAD="https://github.com/teejee2008/conky-manager/archive/v2.4/conky-manager-2.4.tar.gz"
+MD5SUM="dea5fb950b961a3b38ca59b613582245"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="conky libgee json-glib p7zip"