summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-08-27 20:57:41 +0200
committerNicola Murino2021-08-27 20:57:41 +0200
commitfb6f143f7b94fb97c8f83b813fb29b9f56e9d6a8 (patch)
treed087f64ccb23df10a58f7b1bdc126581ad8e191f
parentcf2f7f5a655205dc9aa71eacb7d49b7856501c03 (diff)
downloadaur-fb6f143f7b94fb97c8f83b813fb29b9f56e9d6a8.tar.gz
Update to 2.74.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48bdc7c5c9d..e3310d761848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsoup
pkgdesc = HTTP client/server library (mingw-w64)
- pkgver = 2.72.0
+ pkgver = 2.74.0
pkgrel = 1
url = https://download.gnome.org/sources/libsoup
arch = any
@@ -16,10 +16,9 @@ pkgbase = mingw-w64-libsoup
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=ae1632c176c60b7fe832024c0a958f4079767c44
+ source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=63b1d319c6a0d4fde69f074c2fe04ff9767e7684
source = libsoup_extern.patch
sha256sums = SKIP
sha256sums = 10ade43ee9a2bcfb177539c59e39e01984d7f96c09110173cec3d675aa0f410e
pkgname = mingw-w64-libsoup
-
diff --git a/PKGBUILD b/PKGBUILD
index c4cd0eb0b162..e8c8ee7dd9b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup
-pkgver=2.72.0
+pkgver=2.74.0
pkgrel=1
pkgdesc="HTTP client/server library (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ license=("LGPL")
depends=('mingw-w64-glib2' 'mingw-w64-glib-networking' 'mingw-w64-sqlite' 'mingw-w64-libxml2' 'mingw-w64-libpsl' 'mingw-w64-brotli')
makedepends=('mingw-w64-meson' 'git')
options=(!strip !buildflags staticlibs)
-_commit=ae1632c176c60b7fe832024c0a958f4079767c44 # tags/2.72.0^0
+_commit=63b1d319c6a0d4fde69f074c2fe04ff9767e7684 # tags/2.74.0^0
source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit"
"libsoup_extern.patch")
sha256sums=('SKIP'
@@ -23,7 +23,6 @@ prepare() {
patch -Np1 -i ../libsoup_extern.patch
}
-
build() {
for _arch in ${_architectures}; do
mkdir -p "${srcdir}/libsoup/build-${_arch}"