diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-10-20 19:50:16 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-02 13:30:00 -0300 |
commit | 6d27086baee39059cf448f520ca9c709f730d7ac (patch) | |
tree | 1984c5477dd28ef7276acf20a1e645410c97867b /community | |
parent | 597f90ddd836196098716f72e398121d545d575d (diff) | |
download | aports-6d27086baee39059cf448f520ca9c709f730d7ac.tar.bz2 aports-6d27086baee39059cf448f520ca9c709f730d7ac.tar.xz |
community/vips: upgrade to 8.8.3
Diffstat (limited to 'community')
-rw-r--r-- | community/vips/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/vips/APKBUILD b/community/vips/APKBUILD index ea7fe2718c..9941b5f1d8 100644 --- a/community/vips/APKBUILD +++ b/community/vips/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Will Jordan <will.jordan@gmail.com> # Maintainer: Will Jordan <will.jordan@gmail.com> pkgname=vips -pkgver=8.8.2 +pkgver=8.8.3 pkgrel=0 pkgdesc="A fast image processing library with low memory needs" url="http://www.vips.ecs.soton.ac.uk/" @@ -21,6 +21,7 @@ build() { --prefix=/usr \ --enable-debug=no \ --without-gsf \ + --without-orc \ --disable-static \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ @@ -42,4 +43,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="0a1623087a1441f0d15066a26053298b9d0184c85be7133da2144d40197d62dc8fceeb6468b013a3228b32c643b9906d5f051dce75308db049b409cd25984d25 vips-8.8.2.tar.gz" +sha512sums="fc7dc0a20625380af9e83aae88e6f9ff223d608b0915b9687e6c9fa69c026f3bbfbed5e5be90c0d746f0718d0249eefd97ff16935237e1e508378c9560edc5ff vips-8.8.3.tar.gz" |