[arch-commits] Commit in innoextract/trunk (PKGBUILD)
Alad Wenter
alad at archlinux.org
Mon Sep 23 13:37:28 UTC 2019
Date: Monday, September 23, 2019 @ 13:37:28
Author: alad
Revision: 511587
upgpkg: innoextract 1.8-2
Modified:
innoextract/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-23 13:25:20 UTC (rev 511586)
+++ PKGBUILD 2019-09-23 13:37:28 UTC (rev 511587)
@@ -4,7 +4,7 @@
# Contributor: Daniel Scharrer <daniel at constexpr.org>
pkgname=innoextract
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to extract installers created by Inno Setup"
url='https://constexpr.org/innoextract/'
arch=('x86_64')
@@ -19,6 +19,8 @@
build() {
cd "$pkgname-$pkgver"
+
+ # https://github.com/dscharrer/innoextract/issues/88
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
make
}
More information about the arch-commits
mailing list