diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-09-25 07:46:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-26 10:05:29 +0700 |
commit | bf562c24ded6aea6f5b1312dfe58a7f780d43856 (patch) | |
tree | cd4558238a0715249ef227cf8b290e6e6be70434 /desktop/superkey-launch | |
parent | e09ec531e05caf7241b4eedad7bea405e1c2dd71 (diff) | |
download | slackbuilds-bf562c24ded6aea6f5b1312dfe58a7f780d43856.tar.gz |
desktop/superkey-launch: Updated for version 1.6.3.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'desktop/superkey-launch')
-rw-r--r-- | desktop/superkey-launch/superkey-launch.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/superkey-launch/superkey-launch.info | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/desktop/superkey-launch/superkey-launch.SlackBuild b/desktop/superkey-launch/superkey-launch.SlackBuild index cb7dbc8ddc..3c08c8ea10 100644 --- a/desktop/superkey-launch/superkey-launch.SlackBuild +++ b/desktop/superkey-launch/superkey-launch.SlackBuild @@ -23,7 +23,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=superkey-launch -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,11 @@ mkdir -p $TMP $PKG $OUTPUT mkdir -p $PKG/etc/xdg/autostart/ cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz +if [ -e $CWD/$PRGNAM-$VERSION.tar.gz ]; then + tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +else + tar xvf $CWD/$VERSION.tar.gz +fi cd $PRGNAM-$VERSION sed -i "s|MANDIR?=/local/man/man1|MANDIR?=/man/man1|" Makefile diff --git a/desktop/superkey-launch/superkey-launch.info b/desktop/superkey-launch/superkey-launch.info index d4442c8a48..7a8f407d58 100644 --- a/desktop/superkey-launch/superkey-launch.info +++ b/desktop/superkey-launch/superkey-launch.info @@ -1,8 +1,8 @@ PRGNAM="superkey-launch" -VERSION="1.6.0" +VERSION="1.6.3" HOMEPAGE="https://github.com/ryanpcmcquen/superkey-launch" -DOWNLOAD="https://github.com/ryanpcmcquen/superkey-launch/archive/1.6.0.tar.gz" -MD5SUM="3b8d0f04055f90de03db77feca19e86e" +DOWNLOAD="https://github.com/ryanpcmcquen/superkey-launch/archive/1.6.3.tar.gz" +MD5SUM="31b7ee3ed8a515a08621fd0b17f5e3a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |