diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-08 22:38:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:57:00 +0700 |
commit | bf22f6c41994c22e80614bf14960af10d6860b45 (patch) | |
tree | 726fe0cff176558bafed9a9a879b8a84cda09fdf /libraries/libvterm | |
parent | 08824f4ea64d282b6e424840bcca67d6914f8110 (diff) | |
download | slackbuilds-bf22f6c41994c22e80614bf14960af10d6860b45.tar.gz |
libraries/libvterm: Updated for version 20181126.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'libraries/libvterm')
-rw-r--r-- | libraries/libvterm/libvterm.SlackBuild | 10 | ||||
-rw-r--r-- | 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 <slackbuilds@jaxartes.net> +# Copyright 2015-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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="" |