Date: Tuesday, February 18, 2020 @ 20:29:58 Author: felixonmars Revision: 576153
upgpkg: libvips 8.9.0-2: enable more support Modified: libvips/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 20:28:14 UTC (rev 576152) +++ PKGBUILD 2020-02-18 20:29:58 UTC (rev 576153) @@ -2,13 +2,13 @@ pkgname=libvips pkgver=8.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="A fast image processing library with low memory needs" arch=('x86_64') license=('LGPL') url="https://libvips.github.io/libvips/" -depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libimagequant' 'libwebp' 'libxml2' 'openexr' - 'orc' 'pango') +depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 'libimagequant' 'librsvg' + 'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib') source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz") sha512sums=('ea2b25b08a18364b89e4e142060f2b28fb0eae3fb9112678f029429aadf7b4e8cb6d9f601910c71c42f745c26ee91ddc16729ad899d1388d71c4778d89215704')