Date: Tuesday, March 22, 2022 @ 22:43:13 Author: heftig Revision: 1170672
2.72.0-1 Modified: lib32-glib-networking/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 22:22:57 UTC (rev 1170671) +++ PKGBUILD 2022-03-22 22:43:13 UTC (rev 1170672) @@ -2,11 +2,11 @@ # Contributor: josephgbr <[email protected]> pkgname=lib32-glib-networking -pkgver=2.70.1 +pkgver=2.72.0 pkgrel=1 -pkgdesc='Network-related giomodules for glib' +pkgdesc="Network extensions for GLib (32-bit)" +url="https://gitlab.gnome.org/GNOME/glib-networking" arch=(x86_64) -url=https://git.gnome.org/browse/glib-networking/ license=(GPL2) depends=( glib-networking @@ -21,7 +21,8 @@ checkdepends=( ca-certificates ) -_tag=b0d45b17f745088256c9ad1ae9a7e2467dec6286 +options=(debug) +_tag=e572a436031129bf3d376978d3e8b1f6f934a328 source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag}) sha256sums=(SKIP) @@ -34,13 +35,18 @@ build() { export CC='gcc -m32' export PKG_CONFIG=i686-pc-linux-gnu-pkg-config + arch-meson glib-networking build --libdir=/usr/lib32 meson compile -C build } +check() { + meson test -C build --print-errorlogs +} + package() { meson install -C build --destdir "${pkgdir}" rm -rf "${pkgdir}"/usr/{lib,share} } -# vim: ts=2 sw=2 et: +# vim:set ts=2 sw=2 et:
