[arch-commits] Commit in lib32-libsoup/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Nov 24 20:46:04 UTC 2021
Date: Wednesday, November 24, 2021 @ 20:46:04
Author: heftig
Revision: 1054731
2.74.2-1
Modified:
lib32-libsoup/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 20:45:49 UTC (rev 1054730)
+++ PKGBUILD 2021-11-24 20:46:04 UTC (rev 1054731)
@@ -3,11 +3,11 @@
# Contributor: josephgbr <rafael.f.f1 at gmail.com>
pkgname=lib32-libsoup
-pkgver=2.74.1
+pkgver=2.74.2
pkgrel=1
pkgdesc='HTTP client/server library for GNOME'
+url=https://wiki.gnome.org/Projects/libsoup
arch=(x86_64)
-url=https://wiki.gnome.org/Projects/libsoup
license=(LGPL)
depends=(
lib32-brotli
@@ -28,14 +28,13 @@
php-apache
)
optdepends=('samba: Windows Domain SSO')
-_commit=0e1d3eee74cc568aa077b3472e7fcd3f13d42007 # tags/2.74.1^0
+_commit=2add3502a7de754f4aed61571f6cb45094e8f443 # tags/2.74.2^0
source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_commit})
sha256sums=('SKIP')
pkgver() {
cd libsoup
-
- git describe --tags
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
build() {
@@ -57,6 +56,7 @@
package() {
depends+=(
+ libbrotlidec.so
libgssapi_krb5.so
libg{lib,object,io}-2.0.so
libpsl.so
@@ -67,4 +67,4 @@
rm -rf "${pkgdir}"/usr/{include,share}
}
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 et:
More information about the arch-commits
mailing list