mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/innoextract to 1.9-11
This commit is contained in:
parent
5cce315495
commit
1ceaeafe6f
2 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = innoextract
|
||||
pkgdesc = A tool to extract installers created by Inno Setup
|
||||
pkgver = 1.9
|
||||
pkgrel = 10
|
||||
pkgrel = 11
|
||||
url = https://constexpr.org/innoextract/
|
||||
arch = x86_64
|
||||
license = ZLIB
|
||||
|
@ -11,8 +11,10 @@ pkgbase = innoextract
|
|||
depends = xz
|
||||
source = https://constexpr.org/innoextract/files/innoextract-1.9.tar.gz
|
||||
source = https://constexpr.org/innoextract/files/innoextract-1.9.tar.gz.sig
|
||||
source = https://github.com/dscharrer/innoextract/commit/264c2fe6.patch
|
||||
validpgpkeys = ADE9653703D4ADE0E997758128555A66D7E1DEC9
|
||||
sha256sums = 6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126
|
||||
sha256sums = SKIP
|
||||
sha256sums = 891436a9d3278ddc3342fef24004b28b8fb6c49cd3534843bea1cb4f0f8508ed
|
||||
|
||||
pkgname = innoextract
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=innoextract
|
||||
pkgver=1.9
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="A tool to extract installers created by Inno Setup"
|
||||
url='https://constexpr.org/innoextract/'
|
||||
arch=('x86_64')
|
||||
|
@ -16,11 +16,18 @@ license=('ZLIB')
|
|||
depends=('boost-libs' 'xz')
|
||||
makedepends=('boost' 'cmake')
|
||||
source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz"
|
||||
"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig")
|
||||
"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig"
|
||||
https://github.com/dscharrer/innoextract/commit/264c2fe6.patch)
|
||||
sha256sums=('6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126'
|
||||
'SKIP')
|
||||
'SKIP'
|
||||
'891436a9d3278ddc3342fef24004b28b8fb6c49cd3534843bea1cb4f0f8508ed')
|
||||
validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer <daniel@constexpr.org>
|
||||
|
||||
prepare() {
|
||||
# Fix build with boost 1.85
|
||||
patch -d $pkgname-$pkgver -p1 < 264c2fe6.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
|
|
Loading…
Reference in a new issue