From bf22f6c41994c22e80614bf14960af10d6860b45 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Mon, 8 Apr 2019 22:38:31 -0700 Subject: libraries/libvterm: Updated for version 20181126. Signed-off-by: Benjamin Trigona-Harany --- libraries/libvterm/libvterm.SlackBuild | 10 ++++++---- libraries/libvterm/libvterm.info | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/libraries/libvterm/libvterm.SlackBuild b/libraries/libvterm/libvterm.SlackBuild index 16de0566b5..b80cf71a56 100644 --- a/libraries/libvterm/libvterm.SlackBuild +++ b/libraries/libvterm/libvterm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libvterm -# Copyright 2015 Benjamin Trigona-Harany +# Copyright 2015-2019 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libvterm -VERSION=${VERSION:-20180220} -SRCREV=005845cd58ca409a970d822b74e1a02a503d32e7 +VERSION=${VERSION:-20181126} +SRCREV=805fea0b510b850e25a10d23102103b4c8f5725d BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + LICENSE \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/libvterm/libvterm.info b/libraries/libvterm/libvterm.info index 8005f6120b..3431c6ed74 100644 --- a/libraries/libvterm/libvterm.info +++ b/libraries/libvterm/libvterm.info @@ -1,7 +1,7 @@ PRGNAM="libvterm" -VERSION="20180220" +VERSION="20181126" HOMEPAGE="https://github.com/neovim/libvterm" -DOWNLOAD="https://github.com/neovim/libvterm/archive/005845/libvterm-005845cd58ca409a970d822b74e1a02a503d32e7.tar.gz" +DOWNLOAD="https://github.com/neovim/libvterm/archive/805fea/libvterm-805fea0b510b850e25a10d23102103b4c8f5725d.tar.gz" MD5SUM="8ab8d15ebec87bc14833138235d28d66" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3