~alpine/aports

testing/innoextract: xz-lib rather than xz is enough as a runtime dep v1 PROPOSED

Michael Koloberdin <koloberdin@gmail.com>
Michael Koloberdin: 1
 testing/innoextract: xz-lib rather than xz is enough as a runtime dep

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1701/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/innoextract: xz-lib rather than xz is enough as a runtime dep Export this patch

Michael Koloberdin <koloberdin@gmail.com>
---
 testing/innoextract/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/innoextract/APKBUILD b/testing/innoextract/APKBUILD
index 0857eba..7e12fa8 100644
--- a/testing/innoextract/APKBUILD
+++ b/testing/innoextract/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="A tool to extract installers created by Inno Setup"
url="http://constexpr.org/innoextract/"
arch="all"
license="ZLIB"
depends="boost xz"
depends="boost xz-libs"
depends_dev="cmake boost-dev xz-dev"
makedepends="$depends_dev"
install=""
-- 
2.4.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---