Date: Saturday, August 28, 2021 @ 23:29:42 Author: heftig Revision: 1008198
2.68.2-1 Modified: lib32-glib-networking/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-28 23:28:54 UTC (rev 1008197) +++ PKGBUILD 2021-08-28 23:29:42 UTC (rev 1008198) @@ -2,7 +2,7 @@ # Contributor: josephgbr <[email protected]> pkgname=lib32-glib-networking -pkgver=2.68.1 +pkgver=2.68.2 pkgrel=1 pkgdesc='Network-related giomodules for glib' arch=(x86_64) @@ -17,15 +17,11 @@ makedepends=( git meson - lib32-openssl ) checkdepends=( ca-certificates ) -optdepends=( - 'lib32-openssl: Alternative backend' -) -_tag=8433a2d90c8158d6cd7252b9432651ab5d3505f0 +_tag=5d8eeb8a5bd7af4fdac0ce1a6f411a70563a17db source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag}) sha256sums=(SKIP) @@ -38,14 +34,12 @@ build() { export CC='gcc -m32' export PKG_CONFIG=i686-pc-linux-gnu-pkg-config - arch-meson glib-networking build \ - --libdir=/usr/lib32 \ - -Dopenssl=enabled + arch-meson glib-networking build --libdir=/usr/lib32 meson compile -C build } package() { - DESTDIR="${pkgdir}" meson install -C build + meson install -C build --destdir "${pkgdir}" rm -rf "${pkgdir}"/usr/{lib,share} }
