summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/sun/slack-desc2
-rw-r--r--desktop/sun/sun.SlackBuild4
-rw-r--r--desktop/sun/sun.info8
3 files changed, 7 insertions, 7 deletions
diff --git a/desktop/sun/slack-desc b/desktop/sun/slack-desc
index edcb548ceb..6df4357611 100644
--- a/desktop/sun/slack-desc
+++ b/desktop/sun/slack-desc
@@ -11,7 +11,7 @@ sun:
sun: SUN is a tray notification applet for informing about package updates
sun: in Slackware and CLI tool for monitoring upgraded packages.
sun:
-sun: Homepage: https://github.com/dslackw/sun
+sun: Homepage: https://gitlab.com/dslackw/sun
sun:
sun:
sun:
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild
index 09c5d6ca6a..59ae22bfb9 100644
--- a/desktop/sun/sun.SlackBuild
+++ b/desktop/sun/sun.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sun
-VERSION=${VERSION:-1.2.2}
+VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ install -D -m0644 icon/${PRGNAM}.png $PKG/usr/share/pixmaps/${PRGNAM}.png
install -D -m0644 ${PRGNAM}.desktop $PKG/usr/share/applications/${PRGNAM}.desktop
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.rst ChangeLog.txt LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst CHANGES.md LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/desktop/sun/sun.info b/desktop/sun/sun.info
index bf35eccd58..31fe510c8f 100644
--- a/desktop/sun/sun.info
+++ b/desktop/sun/sun.info
@@ -1,8 +1,8 @@
PRGNAM="sun"
-VERSION="1.2.2"
-HOMEPAGE="https://github.com/dslackw/sun"
-DOWNLOAD="https://github.com/dslackw/sun/archive/v1.2.2/sun-1.2.2.tar.gz"
-MD5SUM="284b69926aca1825863033908850fdde"
+VERSION="1.2.3"
+HOMEPAGE="https://gitlab.com/dslackw/sun"
+DOWNLOAD="https://gitlab.com/dslackw/sun/-/archive/1.2.3/sun-1.2.3.tar.gz"
+MD5SUM="cbfdf934b9f12d87a50da1001917f1de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-notify2"