summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-08-07 02:43:32 +0200
committer Willy Sudiarto Raharjo2015-08-09 18:07:31 +0200
commitbaca1a95d5349efb9c39bd29aa6b2273efdff017 (patch)
treee420aab931a860f2c1003ee42a6935f094aae9a3
parentc339df019eb61e01903450d3fa625bbc327cd688 (diff)
downloadslackbuilds-baca1a95d5349efb9c39bd29aa6b2273efdff017.tar.gz
desktop/sun: Updated for version 1.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--desktop/sun/README4
-rw-r--r--desktop/sun/sun.SlackBuild8
-rw-r--r--desktop/sun/sun.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/desktop/sun/README b/desktop/sun/README
index 069c1f7a94..2ed799ba23 100644
--- a/desktop/sun/README
+++ b/desktop/sun/README
@@ -1,6 +1,6 @@
SUN (Slackware Update Notifier) is a tray notification applet for informing
about package updates in Slackware and CLI tool for monitoring upgraded
packages.
-NOTE: To start the daemon executable permission required,
- after installation run as root:
+
+NOTE: To start the daemon executable permission required:
# chmod +x /etc/rc.d/rc.sun
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild
index a6cf5ecd60..62b893526b 100644
--- a/desktop/sun/sun.SlackBuild
+++ b/desktop/sun/sun.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sun
-# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sun
-VERSION=${VERSION:-1.1.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.1.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/desktop/sun/sun.info b/desktop/sun/sun.info
index 33b6f7d8f3..ab7a3bab96 100644
--- a/desktop/sun/sun.info
+++ b/desktop/sun/sun.info
@@ -1,8 +1,8 @@
PRGNAM="sun"
-VERSION="1.1.0"
+VERSION="1.1.1"
HOMEPAGE="https://github.com/dslackw/sun"
-DOWNLOAD="http://sourceforge.net/projects/slackwareupdatenotifier/files/sun-1.1.0/sun-1.1.0.tar.gz"
-MD5SUM="d6fb95502a4e9fbe7fc43b3f74ed656c"
+DOWNLOAD="https://github.com/dslackw/sun/archive/v1.1.1.tar.gz"
+MD5SUM="e5cafc4e2b7ba6b4bc5a6ba47b9ed87f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""