Skip to content

Commit

Permalink
Merge pull request msys2#6804 from ofry/update-innoextract-1.9
Browse files Browse the repository at this point in the history
Update innoextract to 1.9.
  • Loading branch information
lazka authored Aug 16, 2020
2 parents c88514d + 851825b commit e202d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
9 changes: 0 additions & 9 deletions mingw-w64-innoextract/0001-fix-segfault-windows.patch

This file was deleted.

14 changes: 4 additions & 10 deletions mingw-w64-innoextract/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=innoextract
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.8
pkgrel=2
pkgver=1.9
pkgrel=1
pkgdesc="A tool to extract installers created by Inno Setup (mingw-w64)"
arch=('any')
url="https://constexpr.org/innoextract/"
Expand All @@ -19,16 +19,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-zlib")
options=('staticlibs' '!strip')
source=("https://constexpr.org/innoextract/files/${_realname}-${pkgver}.tar.gz"
0001-fix-segfault-windows.patch
)
sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
'BFBDF47059B1EFDD74F7847679B0ED9B61E00E8A6236BA518C050B43C4D09D2A'
)

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
patch -p1 -l -i "${srcdir}"/0001-fix-segfault-windows.patch # see https://github.com/dscharrer/innoextract/pull/114 for details
}
sha256sums=('6344A69FC1ED847D4ED3E272E0DA5998948C6B828CB7AF39C6321ABA6CF88126'
)

build() {
[[ -d ${srcdir}/build-${MINGW_CHOST} ]] && rm -rf ${srcdir}/build-${MINGW_CHOST}
Expand Down

0 comments on commit e202d0d

Please sign in to comment.