diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2018-06-17 18:11:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:29 +0100 |
commit | ba3caeeccd055f1a5a5bbbd02d4e9a8d0e61f6e6 (patch) | |
tree | b8cb26be6cf020552c2e05fa85d8ab6efb09290c /desktop/sxhkd | |
parent | c2816ab5a75926d5261345cd03db7f944899751c (diff) | |
download | slackbuilds-ba3caeeccd055f1a5a5bbbd02d4e9a8d0e61f6e6.tar.gz |
desktop/sxhkd: Updated for version 0.5.9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/sxhkd')
-rw-r--r-- | desktop/sxhkd/sxhkd.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/sxhkd/sxhkd.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/sxhkd/sxhkd.SlackBuild b/desktop/sxhkd/sxhkd.SlackBuild index 8323968ff4..3f06977432 100644 --- a/desktop/sxhkd/sxhkd.SlackBuild +++ b/desktop/sxhkd/sxhkd.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for sxhkd # Copyright 2013-2014 John Vogel Corning, NY USA -# Copyright 2017 Panagiotis Nikolaou, Culver City, CA +# Copyright 2017-2018 Panagiotis Nikolaou, Culver City, CA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sxhkd -VERSION=${VERSION:-0.5.8} +VERSION=${VERSION:-0.5.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sed -i "s|share/man|man|" Makefile -sed -i "s|share/doc/\$(NAME)|doc/$PRGNAM-$VERSION|" Makefile +sed -i "s|share/doc/\$(OUT)|doc/$PRGNAM-$VERSION|" Makefile CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/desktop/sxhkd/sxhkd.info b/desktop/sxhkd/sxhkd.info index 4ee448174b..cc1d7e5451 100644 --- a/desktop/sxhkd/sxhkd.info +++ b/desktop/sxhkd/sxhkd.info @@ -1,8 +1,8 @@ PRGNAM="sxhkd" -VERSION="0.5.8" +VERSION="0.5.9" HOMEPAGE="https://github.com/baskerville/sxhkd" -DOWNLOAD="https://github.com/baskerville/sxhkd/archive/0.5.8/sxhkd-0.5.8.tar.gz" -MD5SUM="1fbd4590cdbf021856b1e7b9c614d59f" +DOWNLOAD="https://github.com/baskerville/sxhkd/archive/0.5.9/sxhkd-0.5.9.tar.gz" +MD5SUM="3e5456555c809ed554ff416b165d3699" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |