From 11522d85d14ee7bf443cb203e467ea5eccaa9dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20=C3=81valos?= Date: Wed, 20 Jul 2022 14:24:58 -0500 Subject: [PATCH] Fixed netsurf and updated libksysguard --- libre/libksysguard/PKGBUILD | 6 +++--- libre/netsurf/PKGBUILD | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/libre/libksysguard/PKGBUILD b/libre/libksysguard/PKGBUILD index f38c54034..aa6ce3576 100644 --- a/libre/libksysguard/PKGBUILD +++ b/libre/libksysguard/PKGBUILD @@ -12,7 +12,7 @@ pkgname=libksysguard -pkgver=5.22.3 +pkgver=5.25.3 pkgrel=1 pkgrel+=.parabola1 pkgdesc='Library to retrieve information on the current status of computer hardware' @@ -27,9 +27,9 @@ conflicts=('ksysguard<5.21.90') groups=(plasma) source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) install=libksysguard.install -sha256sums=('50b6f881483f3c66843a8506f66cd5bec190b7b980cf9d2ed84c774edea8596a' +sha256sums=('094503e82a9782e31ed8ed58487cca2fd14da168196fa7b89c3657bc65cf39d7' 'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell +validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin diff --git a/libre/netsurf/PKGBUILD b/libre/netsurf/PKGBUILD index a010df770..dc16c9c34 100644 --- a/libre/netsurf/PKGBUILD +++ b/libre/netsurf/PKGBUILD @@ -21,10 +21,11 @@ arch+=(armv7h i686) url='https://www.netsurf-browser.org/' license=(MIT GPL2) depends=(bash curl gtk3 'libhubbub=0.3.7' libjpeg-turbo 'libnsutils=0.1.0' - 'libutf8proc>=2.6.0' 'libwapcaplet>=0.4.3' 'libdom>=0.4.1' libwebp) + 'libutf8proc>=2.6.0' 'libwapcaplet>=0.4.3' 'libdom>=0.4.1' libwebp + 'libnsbmp>=0.1.6' 'libnsgif>=0.2.1') # vim is needed only for xxd when building -makedepends=(check inetutils 'libcss>=0.9.1' 'libnsbmp>=0.1.6' - 'libnsgif>=0.2.1' 'nsgenbind>=0.8' perl-html-parser setconf vim) +makedepends=(check inetutils 'libcss>=0.9.1' 'nsgenbind>=0.8' + perl-html-parser setconf vim) source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz" netsurf.sh) source+=(remove_nonprivacy_options.patch) -- 2.37.1