aboutsummaryrefslogtreecommitdiffstats
path: root/main/tiff
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-03-31 23:58:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-02 10:24:51 +0000
commite5c608366778f367c59fcbb9cfa26af0fd991bc9 (patch)
tree0692f7a53f4fd45fbef6be7cd6570f92bed7828b /main/tiff
parent332be619a78433b9c764c24921ce1c65be925706 (diff)
main/tiff: clarify license
Diffstat (limited to 'main/tiff')
-rw-r--r--main/tiff/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD
index d2a2e50d300..51d3331b638 100644
--- a/main/tiff/APKBUILD
+++ b/main/tiff/APKBUILD
@@ -3,11 +3,11 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=tiff
pkgver=4.0.9
-pkgrel=2
+pkgrel=3
pkgdesc="Provides support for the Tag Image File Format or TIFF"
-url="http://www.libtiff.org/"
+url="http://www.libtiff.org"
arch="all"
-license="GPL"
+license="libtiff"
depends=
depends_dev="zlib-dev libjpeg-turbo-dev"
makedepends="libtool autoconf automake $depends_dev"
@@ -41,9 +41,8 @@ source="http://download.osgeo.org/libtiff/$pkgname-$pkgver.tar.gz
# - CVE-2017-5225
prepare() {
- cd "$builddir"
- update_config_sub
default_prepare
+ update_config_sub
}
build() {