aboutsummaryrefslogtreecommitdiffstats
path: root/community/innoextract
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-27 19:19:17 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-27 19:19:17 +0100
commita5e638f0affcd9dd65bac4015e9f2651ba61a4aa (patch)
treed2f1089cb96bcc656ed9f91059195a252fb1e316 /community/innoextract
parent13e0f66d0fe779bb3f244142146724663d0c19f1 (diff)
downloadaports-a5e638f0affcd9dd65bac4015e9f2651ba61a4aa.tar.bz2
aports-a5e638f0affcd9dd65bac4015e9f2651ba61a4aa.tar.xz
community/innoextract: fix url= and license=
Diffstat (limited to 'community/innoextract')
-rw-r--r--community/innoextract/APKBUILD6
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"