Update patch

This commit is contained in:
Frederik Carlier
2024-02-06 12:06:03 +01:00
parent 8eeaa3de36
commit ca3416d2a5

View File

@@ -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() {