From 81bec21ae3accc0c8f90997ad8e5843a57fa7bc9 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 15 Jun 2023 05:00:54 +0000 Subject: [PATCH] community/glib-networking: fix tests with new libproxy --- community/glib-networking/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD index 5d80fd6ec549..bc9b30d0b30d 100644 --- a/community/glib-networking/APKBUILD +++ b/community/glib-networking/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=glib-networking pkgver=2.76.0 -pkgrel=1 +pkgrel=2 pkgdesc="Networking support for GLib" url="https://gitlab.gnome.org/GNOME/glib-networking" arch="all" @@ -20,7 +20,9 @@ makedepends=" p11-kit-dev " subpackages="$pkgname-dbg $pkgname-lang" -source="https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-$pkgver.tar.xz" +source="https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-$pkgver.tar.xz + $pkgname-libproxy-0.5.patch::https://gitlab.gnome.org/GNOME/glib-networking/-/commit/a7db10e8862050f19af5c2eebcd1d590a04d5ced.diff + " # secfixes: # 2.64.3-r0: @@ -46,4 +48,5 @@ package() { sha512sums=" dae704ad70312239379e1e66a4171e9315ee44e1785c9cb2563adc3f0bbab43d08a75873bfd2be12e3ed4210d4a7e177c9540815c8eb4bda89032c5354c4be30 glib-networking-2.76.0.tar.xz +4698838637e39c27bab01347426d2604dc57fd1aa0e9f8faec4914302a1e7dc9d087a1ecaeece69e286b36ada25f908a3d987f2c371de7a2e1d11e7207b76243 glib-networking-libproxy-0.5.patch " -- GitLab