hashworks pushed to branch main at Arch Linux / Packaging / Packages / libvips
Commits:
27d7fa5f by Justin Kromlinger at 2025-09-24T11:30:27+02:00
upgpkg: 8.17.2-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libvips
pkgdesc = A fast image processing library with low memory needs
- pkgver = 8.17.1
- pkgrel = 2
+ pkgver = 8.17.2
+ pkgrel = 1
url = https://libvips.github.io/libvips/
arch = x86_64
license = LGPL-2.1-or-later
@@ -36,7 +36,7 @@ pkgbase = libvips
optdepends = poppler-glib: for poppler module
optdepends = python: for vipsprofile
optdepends = libjxl: for jxl module
- source =
https://github.com/libvips/libvips/releases/download/v8.17.1/vips-8.17.1.tar.xz
- sha512sums =
04962e7d3fb8956c986f3aed7a10c4927195bc555a22c805a5b190c257e9e8b0fe97eddd0eb44e0e7d9047ba5671e96ac88f50a2597caa4f78c84ce1091541ff
+ source =
https://github.com/libvips/libvips/releases/download/v8.17.2/vips-8.17.2.tar.xz
+ sha512sums =
ad35fa05ce441ab788f78e1b0b9c5db8f1e66f1295bbb78f7614560e4c37cdd0641de026b9f4cb04e7a5eaece53342dcad497f4b985d22763f5d38cbcec1bd92
pkgname = libvips
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,4 @@
source = "git"
git = "https://github.com/libvips/libvips.git"
prefix = "v"
+exclude_regex = ".*(alpha|beta).*"
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=libvips
-pkgver=8.17.1
-pkgrel=2
+pkgver=8.17.2
+pkgrel=1
pkgdesc="A fast image processing library with low memory needs"
arch=('x86_64')
license=('LGPL-2.1-or-later')
@@ -19,7 +19,7 @@ optdepends=('libheif: for heif module'
'libjxl: for jxl module')
checkdepends=('python-pytest' 'python-pyvips')
source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.xz")
-sha512sums=('04962e7d3fb8956c986f3aed7a10c4927195bc555a22c805a5b190c257e9e8b0fe97eddd0eb44e0e7d9047ba5671e96ac88f50a2597caa4f78c84ce1091541ff')
+sha512sums=('ad35fa05ce441ab788f78e1b0b9c5db8f1e66f1295bbb78f7614560e4c37cdd0641de026b9f4cb04e7a5eaece53342dcad497f4b985d22763f5d38cbcec1bd92')
build() {
meson build vips-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvips/-/commit/27d7fa5fda36840f483e345171af151366d29e09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvips/-/commit/27d7fa5fda36840f483e345171af151366d29e09
You're receiving this email because of your account on gitlab.archlinux.org.