Skip to content

Commit

Permalink
export Typed Attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
TodicaIonut committed Feb 1, 2024
1 parent 04cf0f0 commit 066bfb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/MINGW-packages/mingw-w64-openexr/PKGBUILD
Expand Up @@ -26,7 +26,8 @@ replaces=(
"${MINGW_PACKAGE_PREFIX}-pyilmbase"
)
source=("https://github.com/openexr/openexr/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
0006-cmake-soversion.patch)
0006-cmake-soversion.patch
0007-export-TypedAttribute-value.patch))
sha256sums=('61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b'
'a5ce463815e8d05c879dbe6a255e9f8ac2697cd3ef4242dac1e5cb331f78ed02'
'204777b48cde1c4d390789f10c5e429d5295be701f68a7937a90d0ecf271c048')
Expand All @@ -44,7 +45,8 @@ prepare(){
cd "${srcdir}/${_realname}-${pkgver}"

apply_patch_with_msg \
0006-cmake-soversion.patch
0006-cmake-soversion.patch \
0007-export-TypedAttribute-value.patch
}

build() {
Expand Down

0 comments on commit 066bfb6

Please sign in to comment.