[arch-commits] Commit in libsoup/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 30 14:45:39 UTC 2019
Date: Thursday, May 30, 2019 @ 14:45:39
Author: heftig
Revision: 354531
2.66.2+4+g716acf96-1
Modified:
libsoup/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-30 14:42:18 UTC (rev 354530)
+++ PKGBUILD 2019-05-30 14:45:39 UTC (rev 354531)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libsoup
-pkgver=2.66.2
+pkgver=2.66.2+4+g716acf96
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=dcb4ef51405109766b7f49b1408f98295bd9351f # tags/2.66.2^0
+_commit=716acf96c8368ad17c6a257890387659def591e5 # tags/2.67.1~20
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
+ arch-meson $pkgname build -D gtk_doc=true
ninja -C build
}
More information about the arch-commits
mailing list