desktop/nwg-clipman: Updated for version 0.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-02-01 06:19:07 -05:00 committed by Willy Sudiarto Raharjo
parent 045f2f0ad8
commit 37a8cd16d3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-clipman
VERSION=${VERSION:-0.2.0}
VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -94,7 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md \
cp -a LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="nwg-clipman"
VERSION="0.2.0"
VERSION="0.2.1"
HOMEPAGE="https://nwg-piotr.github.io/nwg-clipman/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.0/nwg-clipman-0.2.0.tar.gz"
MD5SUM="07183c2c7b45b895a554350b57705b7b"
DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.1/nwg-clipman-0.2.1.tar.gz"
MD5SUM="88aa7431def9891a17bd6bc639072491"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cliphist gtk-layer-shell"