From 63d4fdd9514957ccd7c5ff7813f3dab9115c0ee0 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 6 Aug 2021 21:37:08 +0700 Subject: [PATCH] pluma: Upgraded to 1.26.0. Signed-off-by: Willy Sudiarto Raharjo --- extra/pluma/pluma.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/pluma/pluma.SlackBuild b/extra/pluma/pluma.SlackBuild index d5823f5..9faf754 100644 --- a/extra/pluma/pluma.SlackBuild +++ b/extra/pluma/pluma.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pluma -VERSION=${VERSION:-1.24.2} +VERSION=${VERSION:-1.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c https://pub.mate-desktop.org/releases/1.24/$PRGNAM-$VERSION.tar.xz +wget -c https://pub.mate-desktop.org/releases/1.26/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} @@ -114,7 +114,7 @@ if [ -d $PKG/usr/man ]; then fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \; chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION