summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2017-02-10 17:39:31 -0800
committerSchala2017-02-10 17:39:31 -0800
commit0c98d40307d245513a8e1b5f22cac5b1dddce587 (patch)
treec93b1042dfda168de293dcb31fd1fd66ecd4b9bc
parent76060655703da6376225e383dbb7be35d83261bd (diff)
downloadaur-0c98d40307d245513a8e1b5f22cac5b1dddce587.tar.gz
why was libtiff a dep?
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa917049b166..e9bcd4666728 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 02:37:20 UTC 2016
+# Sat Feb 11 01:39:18 UTC 2017
pkgbase = mingw-w64-libtiff
pkgdesc = Library for manipulation of TIFF images (mingw-w64)
pkgver = 4.0.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.remotesensing.org/libtiff
arch = any
license = custom
@@ -11,7 +11,6 @@ pkgbase = mingw-w64-libtiff
depends = mingw-w64-libjpeg-turbo
depends = mingw-w64-zlib
depends = mingw-w64-xz
- depends = libtiff
options = staticlibs
options = !buildflags
options = !strip
diff --git a/.gitignore b/.gitignore
index 5b06d8419137..49c4674d6625 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
*.gz
+*.log
*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index eba532194c4c..e551fd64a9c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: bubla <matej.tyc@gmail.com>
pkgname=mingw-w64-libtiff
pkgver=4.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Library for manipulation of TIFF images (mingw-w64)"
arch=(any)
url="http://www.remotesensing.org/libtiff"
license=("custom")
-depends=(mingw-w64-libjpeg-turbo mingw-w64-zlib mingw-w64-xz libtiff)
+depends=(mingw-w64-libjpeg-turbo mingw-w64-zlib mingw-w64-xz)
makedepends=(mingw-w64-configure)
options=(staticlibs !buildflags !strip)
source=("http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz")
@@ -37,6 +37,5 @@ package() {
find "$pkgdir/usr/${_arch}" -name '*.exe' -exec ${_arch}-strip {} \;
find "$pkgdir/usr/${_arch}" -name '*.dll' -exec ${_arch}-strip --strip-unneeded {} \;
find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g
- #rm -r "$pkgdir/usr/${_arch}/share"
done
}