[arch-commits] Commit in glib-networking/repos/extra-x86_64 (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Mar 14 11:26:54 UTC 2019
Date: Thursday, March 14, 2019 @ 11:26:53
Author: heftig
Revision: 347926
whoops, revert
Modified:
glib-networking/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-14 11:17:43 UTC (rev 347925)
+++ PKGBUILD 2019-03-14 11:26:53 UTC (rev 347926)
@@ -8,9 +8,8 @@
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=1bdca03d715228e8eee697fb49e82e4136e209e3 # tags/2.60.0.1^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
ninja -C build
}
More information about the arch-commits
mailing list