diff options
author | С. С. Болокановъ <sbolokanov@abv.bg> | 2017-08-09 21:33:14 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:44 +0700 |
commit | 1a57397a54109ccab4c007fba6e1473a01294c2c (patch) | |
tree | c4e35dc71d031408339d34f5b2bb79fb634726ad /desktop | |
parent | d9af42f8978b58554d13c0a80e321311593137f1 (diff) | |
download | slackbuilds-1a57397a54109ccab4c007fba6e1473a01294c2c.tar.gz |
desktop/dunst: Updated for version 1.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/dunst/dunst.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/dunst/dunst.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index 41987c2244..613c3952a6 100644 --- a/desktop/dunst/dunst.SlackBuild +++ b/desktop/dunst/dunst.SlackBuild @@ -28,8 +28,8 @@ # 3.4.2016 - don't clobber the config PRGNAM=dunst -VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-1.2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -94,7 +94,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -pv $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGELOG INSTALL LICENSE docs/dunst_explainations.png \ +cp -a AUTHORS CHANGELOG.md LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index d205ca63b0..4408f5249b 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -1,8 +1,8 @@ PRGNAM="dunst" -VERSION="1.1.0" -HOMEPAGE="http://knopwob.org/dunst/" -DOWNLOAD="https://github.com/knopwob/dunst/archive/v1.1.0.tar.gz" -MD5SUM="b44c0cb8ed62e3d1d1bc899615170f3d" +VERSION="1.2.0" +HOMEPAGE="https://dunst-project.org/" +DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.2.0.tar.gz" +MD5SUM="425d5bb10a8b571c7494c5e60aaae7e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libxdg-basedir" |