diff options
Diffstat (limited to 'community/innoextract/APKBUILD')
-rw-r--r-- | community/innoextract/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/innoextract/APKBUILD b/community/innoextract/APKBUILD index c020bbc7d85..707222a12c1 100644 --- a/community/innoextract/APKBUILD +++ b/community/innoextract/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="A tool to extract installers created by Inno Setup" url="http://constexpr.org/innoextract/" arch="all" -license="ZLIB" +license="zlib" depends="" depends_dev="cmake boost-dev xz-dev" makedepends="$depends_dev" |