diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:19:17 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:19:17 +0100 |
commit | a5e638f0affcd9dd65bac4015e9f2651ba61a4aa (patch) | |
tree | d2f1089cb96bcc656ed9f91059195a252fb1e316 /community/innoextract | |
parent | 13e0f66d0fe779bb3f244142146724663d0c19f1 (diff) | |
download | aports-a5e638f0affcd9dd65bac4015e9f2651ba61a4aa.tar.bz2 aports-a5e638f0affcd9dd65bac4015e9f2651ba61a4aa.tar.xz |
community/innoextract: fix url= and license=
Diffstat (limited to 'community/innoextract')
-rw-r--r-- | community/innoextract/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/innoextract/APKBUILD b/community/innoextract/APKBUILD index 82efc8306d..70f5c8c2c0 100644 --- a/community/innoextract/APKBUILD +++ b/community/innoextract/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Michael Koloberdin <koloberdin@gmail.com> pkgname=innoextract pkgver=1.8 -pkgrel=0 +pkgrel=1 pkgdesc="A tool to extract installers created by Inno Setup" -url="http://constexpr.org/innoextract/" +url="https://constexpr.org/innoextract/" arch="all" -license="zlib" +license="Zlib" makedepends="cmake boost-dev xz-dev" subpackages="$pkgname-doc" source="http://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz" |