Date: Thursday, March 14, 2019 @ 10:39:51
  Author: heftig
Revision: 347920

2.60.0.1-1

Modified:
  glib-networking/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-14 10:34:52 UTC (rev 347919)
+++ PKGBUILD    2019-03-14 10:39:51 UTC (rev 347920)
@@ -8,8 +8,9 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
+makedepends=(meson git openssl)
 checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
 _commit=1bdca03d715228e8eee697fb49e82e4136e209e3  # tags/2.60.0.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit";)
 sha256sums=('SKIP')
@@ -24,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D openssl=enabled
   ninja -C build
 }
 

Reply via email to