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

Jan Steffens heftig at archlinux.org
Thu Aug 10 18:47:45 UTC 2017


    Date: Thursday, August 10, 2017 @ 18:47:44
  Author: heftig
Revision: 301849

2.58.2-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-10 18:25:22 UTC (rev 301848)
+++ PKGBUILD	2017-08-10 18:47:44 UTC (rev 301849)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsoup
-pkgver=2.58.1
+pkgver=2.58.2
 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)
 makedepends=(intltool gobject-introspection python vala git gtk-doc)
 checkdepends=(apache php-apache)
-_commit=d6e006deed3a1f55b7a2bedded613a212fe9a16a  # tags/2.58.1^0
+_commit=d059ed12af843def9b5b24a2ea3de69454df8f1f  # tags/2.58.2^0
 source=("git+https://git.gnome.org/browse/libsoup#commit=$_commit"
         0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
 sha256sums=('SKIP'
@@ -24,7 +24,10 @@
 
 prepare() {
   cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=782410
   patch -Np1 -i ../0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list