From 2663c382f212c6fbe1180d2176388310c9f701a0 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 26 Mar 2022 22:30:03 +0700 Subject: [PATCH] yelp: Upgraded to 42.0. Signed-off-by: Willy Sudiarto Raharjo --- testing/yelp/README | 2 +- testing/yelp/yelp.SlackBuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/yelp/README b/testing/yelp/README index f62027c..c659b99 100644 --- a/testing/yelp/README +++ b/testing/yelp/README @@ -1 +1 @@ -This requires webkit2gtk4.1 not available in MSB, but available through SBo +This requires webkit2gtk4.1 and libhandy not available in MSB, but available through SBo diff --git a/testing/yelp/yelp.SlackBuild b/testing/yelp/yelp.SlackBuild index ca111e3..7368ba7 100644 --- a/testing/yelp/yelp.SlackBuild +++ b/testing/yelp/yelp.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yelp -VERSION=${VERSION:-41.2} +VERSION=${VERSION:-42.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://ftp.acc.umu.se/pub/GNOME/sources/yelp/41/$PRGNAM-$VERSION.tar.xz +wget -c http://ftp.acc.umu.se/pub/GNOME/sources/yelp/42/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb}