From c641b173dbdc97bcd460df63d797732e3448b331 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 14 Jan 2024 15:58:50 +0000 Subject: [PATCH] libdex: update to 0.4.3 --- mingw-w64-libdex/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libdex/PKGBUILD b/mingw-w64-libdex/PKGBUILD index 5a640271c4..69f96e1619 100644 --- a/mingw-w64-libdex/PKGBUILD +++ b/mingw-w64-libdex/PKGBUILD @@ -3,7 +3,7 @@ _realname=libdex pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.4.1 +pkgver=0.4.3 pkgrel=1 pkgdesc="A shared library for deferred execution (mingw-w64)" arch=('any') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-pkgconf" "${MINGW_PACKAGE_PREFIX}-vala") source=("https://download.gnome.org/sources/libdex/${pkgver:0:3}/libdex-${pkgver}.tar.xz") -sha256sums=('81b5f5474d164b40395e82867fa706af18207c787f30989b76afb7e7df5b443a') +sha256sums=('adead71f660e1e44f182c037a48ae528540c028445c1b6715d1ea3a5cac64580') build() { MSYS2_ARG_CONV_EXCL="--prefix=" \ @@ -31,6 +31,7 @@ build() { --wrap-mode=nodownload \ --auto-features=enabled \ --buildtype=plain \ + -Deventfd=disabled \ "build-${MSYSTEM}" \ "${_realname}-${pkgver}"