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

Jan Steffens heftig at archlinux.org
Thu Mar 14 11:17:06 UTC 2019


    Date: Thursday, March 14, 2019 @ 11:17:06
  Author: heftig
Revision: 347922

2.66.0-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 10:40:12 UTC (rev 347921)
+++ PKGBUILD	2019-03-14 11:17:06 UTC (rev 347922)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsoup
-pkgver=2.64.2
+pkgver=2.66.0
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup"
@@ -11,7 +11,7 @@
 depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
 makedepends=(gobject-introspection python vala git gtk-doc meson)
 checkdepends=(apache php-apache)
-_commit=b25faf59f1bb782e95be94f70a98a369846d1524  # tags/2.64.2^0
+_commit=6607511e07f1f44ba438763791443fe6b2746733  # tags/2.66.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D doc=true -D vapi=true
+  arch-meson $pkgname build -D doc=true
   ninja -C build
 }
 



More information about the arch-commits mailing list