Date: Tuesday, June 9, 2020 @ 21:25:21 Author: heftig Revision: 388705
2.64.3-2: Disable openssl backend (upstream says not to use it) Modified: glib-networking/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-09 19:49:30 UTC (rev 388704) +++ PKGBUILD 2020-06-09 21:25:21 UTC (rev 388705) @@ -2,15 +2,14 @@ pkgname=glib-networking pkgver=2.64.3 -pkgrel=1 +pkgrel=2 pkgdesc="Network extensions for GLib" url="https://gitlab.gnome.org/GNOME/glib-networking" arch=(x86_64) license=(GPL2) depends=(glib2 libproxy gnutls gsettings-desktop-schemas) -makedepends=(meson git openssl) +makedepends=(meson git) checkdepends=(ca-certificates) -optdepends=('openssl: Alternative backend') _commit=533d3a76e2cc622b072e3ec789f69e888f3fd8eb # tags/2.64.3^0 source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +24,7 @@ } build() { - arch-meson $pkgname build -D openssl=enabled + arch-meson $pkgname build meson compile -C build }
