Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pillow-heif
Commits: 0ee87d4d by Robin Candau at 2025-09-30T19:32:37+02:00 upgpkg: 1.1.1-1: New upstream release https://github.com/bigcat88/pillow_heif/releases/tag/v1.1.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pillow-heif pkgdesc = Python bindings to libheif for working with HEIF images and plugin for Pillow - pkgver = 1.1.0 + pkgver = 1.1.1 pkgrel = 1 url = https://github.com/bigcat88/pillow_heif arch = x86_64 @@ -18,11 +18,11 @@ pkgbase = python-pillow-heif depends = libheif depends = python depends = python-pillow - source = git+https://github.com/bigcat88/pillow_heif.git#tag=v1.1.0 - b2sums = b3c1bce62fca79386da95d2479c56be4d00833246952bc8dd648c186a3d759b2e73117236bcf89e861386d47df3c925ca64506ae6bedcc157810cb1a736b36e5 + source = git+https://github.com/bigcat88/pillow_heif.git#tag=v1.1.1 + b2sums = 6c2df2c1e39df8737c0ec9e9ee013dcbf7437c0528111a9950d683297dfe5dfddefe65458258cca34269bc2fa105cb4ca33ce5d481e98ddb5f76f00608cd1caf pkgname = python-pillow-heif - provides = python-pillow_heif=1.1.0 + provides = python-pillow_heif=1.1.1 conflicts = python-pillow_heif replaces = python-pillow_heif ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=( python-pillow-heif python-pillow-heif-docs ) -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc='Python bindings to libheif for working with HEIF images and plugin for Pillow' arch=(x86_64) @@ -32,7 +32,7 @@ checkdepends=( python-pytest ) source=("git+https://github.com/bigcat88/pillow_heif.git#tag=v$pkgver") -b2sums=('b3c1bce62fca79386da95d2479c56be4d00833246952bc8dd648c186a3d759b2e73117236bcf89e861386d47df3c925ca64506ae6bedcc157810cb1a736b36e5') +b2sums=('6c2df2c1e39df8737c0ec9e9ee013dcbf7437c0528111a9950d683297dfe5dfddefe65458258cca34269bc2fa105cb4ca33ce5d481e98ddb5f76f00608cd1caf') build() { cd pillow_heif View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow-heif/-/commit/0ee87d4d231e1e4cd444051d68854f2feb964417 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow-heif/-/commit/0ee87d4d231e1e4cd444051d68854f2feb964417 You're receiving this email because of your account on gitlab.archlinux.org.
