From ca3416d2a565a2b310146e86a28fed4127ad65e2 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Tue, 6 Feb 2024 12:06:03 +0100 Subject: [PATCH] Update patch --- mingw-w64-libobjc2/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mingw-w64-libobjc2/PKGBUILD b/mingw-w64-libobjc2/PKGBUILD index f2f94c500b..56aadbcf80 100644 --- a/mingw-w64-libobjc2/PKGBUILD +++ b/mingw-w64-libobjc2/PKGBUILD @@ -15,14 +15,15 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-lld" 'git') source=("https://github.com/gnustep/${_realname}/archive/refs/tags/v${pkgver}.zip" - "https://github.com/gnustep/libobjc2/pull/275/commits/1632fc6027687735051bee7e6fe263f8e5000715.patch") + # Install runtime files in CMAKE_INSTALL_BINDIR when GNUstep is not installed + "https://github.com/gnustep/libobjc2/commit/639c676bb8033422539e19a2e2888bdbd06507e5.patch") sha256sums=('3f72ea4955e3e4671d64c64c339f4947b6112b1b2dd02377c5c982057bbeda04' - '4c2d02352f38114d8d9cdac6496137ee8ce7c903c36970f6e266d91c93896493') + 'aaa23146b3c2ec442b5dbf20606020bddd15230041ad738ef3a06e92d13605c3') prepare() { cd ${srcdir}/${_realname}-${pkgver} - patch -p1 -i ${srcdir}/1632fc6027687735051bee7e6fe263f8e5000715.patch + patch -p1 -i ${srcdir}/639c676bb8033422539e19a2e2888bdbd06507e5.patch } build() {