summaryrefslogtreecommitdiffstats
path: root/desktop/dunst/dunst.SlackBuild
diff options
context:
space:
mode:
author С. С. Болокановъ2017-08-09 20:33:14 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:57:44 +0200
commit1a57397a54109ccab4c007fba6e1473a01294c2c (patch)
treec4e35dc71d031408339d34f5b2bb79fb634726ad /desktop/dunst/dunst.SlackBuild
parentd9af42f8978b58554d13c0a80e321311593137f1 (diff)
downloadslackbuilds-1a57397a54109ccab4c007fba6e1473a01294c2c.tar.gz
desktop/dunst: Updated for version 1.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/dunst/dunst.SlackBuild')
-rw-r--r--desktop/dunst/dunst.SlackBuild6
1 files changed, 3 insertions, 3 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