summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-03-20 19:52:41 +0100
committerNicola Murino2023-03-20 19:52:41 +0100
commit9a2ab5ed6b8e40b44a9834792a6067aa9207fa66 (patch)
tree4ac25900fca8a0e5ff5289f924146c1c431fbf9f
parentcc05698d1b0192fdc453db7e7e830140768b4b1b (diff)
downloadaur-9a2ab5ed6b8e40b44a9834792a6067aa9207fa66.tar.gz
2.76.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2e70b01da54..9e9a14a354df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib-networking
pkgdesc = Network-related GIO modules for glib (mingw-w64)
- pkgver = 2.74.0
+ pkgver = 2.76.0
pkgrel = 1
url = https://git.gnome.org/browse/glib-networking
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-glib-networking
options = !buildflags
options = !libtool
options = staticlibs
- source = https://download.gnome.org/sources/glib-networking/2.74/glib-networking-2.74.0.tar.xz
- sha256sums = 1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b
+ source = https://download.gnome.org/sources/glib-networking/2.76/glib-networking-2.76.0.tar.xz
+ sha256sums = 149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a
pkgname = mingw-w64-glib-networking
diff --git a/PKGBUILD b/PKGBUILD
index 504579b2e304..3b739552f02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-glib-networking
-pkgver=2.74.0
+pkgver=2.76.0
pkgrel=1
pkgdesc="Network-related GIO modules for glib (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=(mingw-w64-glib2 mingw-w64-gnutls)
makedepends=(mingw-w64-meson)
source=("https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz")
options=(!strip !buildflags !libtool staticlibs)
-sha256sums=('1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b')
+sha256sums=('149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -20,8 +20,7 @@ build() {
cd "${srcdir}/glib-networking-${pkgver}/build-${_arch}"
${_arch}-meson \
-D libproxy=disabled \
- -D gnome_proxy=disabled \
- -D static_modules=true ..
+ -D gnome_proxy=disabled ..
ninja
done
}