diff options
-rw-r--r-- | main/tiff/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD index d2a2e50d30..51d3331b63 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() { |