Date: Sunday, October 24, 2021 @ 18:22:06 Author: heftig Revision: 426501
2.74.1-1 Modified: libsoup/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-24 16:28:04 UTC (rev 426500) +++ PKGBUILD 2021-10-24 18:22:06 UTC (rev 426501) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <j...@archlinux.org> pkgname=libsoup -pkgver=2.74.0 -pkgrel=3 +pkgver=2.74.1 +pkgrel=1 pkgdesc="HTTP client/server library for GNOME" url="https://wiki.gnome.org/Projects/libsoup" arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(gobject-introspection python vala git gtk-doc meson samba) checkdepends=(apache php-apache) optdepends=('samba: Windows Domain SSO') -_commit=63b1d319c6a0d4fde69f074c2fe04ff9767e7684 # tags/2.74.0^0 +_commit=0e1d3eee74cc568aa077b3472e7fcd3f13d42007 # tags/2.74.1^0 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit") sha256sums=('SKIP') @@ -23,7 +23,6 @@ prepare() { cd $pkgname - git cherry-pick -n 80a7e4fb1cdfdb6f460e6fea076d8d5102b1d6e4 } build() {