[arch-commits] Commit in glib-networking/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 28 23:44:20 UTC 2020


    Date: Thursday, May 28, 2020 @ 23:44:19
  Author: heftig
Revision: 387791

2.64.3-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 22:56:23 UTC (rev 387790)
+++ PKGBUILD	2020-05-28 23:44:19 UTC (rev 387791)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=glib-networking
-pkgver=2.64.2
+pkgver=2.64.3
 pkgrel=1
 pkgdesc="Network extensions for GLib"
 url="https://gitlab.gnome.org/GNOME/glib-networking"
@@ -11,7 +11,7 @@
 makedepends=(meson git openssl)
 checkdepends=(ca-certificates)
 optdepends=('openssl: Alternative backend')
-_commit=4741ab834ee47c2c513c8ae90738b8a8b4d83cf9  # tags/2.64.2^0
+_commit=533d3a76e2cc622b072e3ec789f69e888f3fd8eb  # tags/2.64.3^0
 source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build -D openssl=enabled
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list