Date: Tuesday, March 22, 2022 @ 00:42:16 Author: heftig Revision: 440467
3.0.5-1 Modified: libsoup3/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 00:35:49 UTC (rev 440466) +++ PKGBUILD 2022-03-22 00:42:16 UTC (rev 440467) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=libsoup3 -pkgver=3.0.4 -pkgrel=2 +pkgver=3.0.5 +pkgrel=1 pkgdesc="HTTP client/server library for GNOME" url="https://wiki.gnome.org/Projects/libsoup" arch=(x86_64) @@ -14,7 +14,8 @@ python-quart) checkdepends=(apache php-apache) optdepends=('samba: Windows Domain SSO') -_commit=25a728020c4b53b5db4c4c675070e92f947fbd4d # tags/3.0.4^0 +options=(debug) +_commit=ae827ef05b97f4fe1c3dc7aeea64cce9c958ecdc # tags/3.0.5^0 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit") sha256sums=('SKIP')
