From c87ce0519c2d902a3175aa2ca09cdcf7913f10f4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 23 Sep 2021 14:43:11 +0530 Subject: [PATCH] gsetings-desktop-schemas: Update to 41.0 --- mingw-w64-gsettings-desktop-schemas/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mingw-w64-gsettings-desktop-schemas/PKGBUILD b/mingw-w64-gsettings-desktop-schemas/PKGBUILD index a9db6b6a9b..05f4594a77 100644 --- a/mingw-w64-gsettings-desktop-schemas/PKGBUILD +++ b/mingw-w64-gsettings-desktop-schemas/PKGBUILD @@ -3,25 +3,24 @@ _realname=gsettings-desktop-schemas pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=40.0 -pkgrel=2 +pkgver=41.0 +pkgrel=1 arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url="https://wiki.gnome.org/" pkgdesc="Shared GSettings schemas for the desktop (mingw-w64)" depends=("${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-adobe-source-code-pro-fonts" - $([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || \ + $([[ ${MINGW_PACKAGE_PREFIX} == *-clang-aarch64* ]] || \ echo "${MINGW_PACKAGE_PREFIX}-cantarell-fonts")) # Remove this workaround after vala available makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection" - "${MINGW_PACKAGE_PREFIX}-meson" - "${MINGW_PACKAGE_PREFIX}-ninja") + "${MINGW_PACKAGE_PREFIX}-meson") license=('LGPL2.1') options=('strip' 'staticlibs') install=schemas-${MSYSTEM}.install source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz" "001-fix-pkg-config-file.patch") -sha256sums=('f1b83bf023c0261eacd0ed36066b76f4a520bbcb14bb69c402b7959257125685' +sha256sums=('77289972e596d044583f0c056306d8f1dbd8adcf912910a50da0a663e65332ed' '6c85093ac2efcf51379bc697fda56ccd6447137ac1a464934f2b18ea0d1f4cb3') prepare() {