* update libvips to 8.14.5-1

This commit is contained in:
Alexander Baldeck 2023-11-17 11:51:15 +01:00
parent 18e397ad7d
commit 631fd769e1

View File

@ -2,8 +2,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org> # Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=libvips pkgname=libvips
pkgver=8.14.2 pkgver=8.14.5
pkgrel=2 pkgrel=1
pkgdesc="A fast image processing library with low memory needs" pkgdesc="A fast image processing library with low memory needs"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('LGPL') license=('LGPL')
@ -18,7 +18,7 @@ optdepends=('libheif: for heif module'
'poppler-glib: for poppler module' 'poppler-glib: for poppler module'
'libjxl: for jxl module') 'libjxl: for jxl module')
source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.xz") source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.xz")
sha512sums=('860f3b89fcaa2eaed49e253dc2b3b5c7dae5e453c506eb2ec96a3954072fcd86a4d6dafb3b00fc624c23097b947d3d6451e27d9494e7a75f1e4df5e99c771771') sha512sums=('ceea6e4d378ac99eb026293e91da530b91febbd5d775b57ab807bcd60f39ca44a088161a713e31b972694d3797d4acaa97028f0e1d3ce4d9db7f8078c005dbe1')
build() { build() {
meson build vips-$pkgver \ meson build vips-$pkgver \