Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pillow-heif
Commits: 05cd2762 by Robin Candau at 2026-01-23T17:09:26+01:00 upgpkg: 1.2.0-1: New upstream release https://github.com/bigcat88/pillow_heif/releases/tag/v1.2.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pillow-heif pkgdesc = Python bindings to libheif for working with HEIF images and plugin for Pillow - pkgver = 1.1.1 - pkgrel = 2 + pkgver = 1.2.0 + pkgrel = 1 url = https://github.com/bigcat88/pillow_heif arch = x86_64 license = BSD-3-Clause @@ -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.1 - b2sums = 6c2df2c1e39df8737c0ec9e9ee013dcbf7437c0528111a9950d683297dfe5dfddefe65458258cca34269bc2fa105cb4ca33ce5d481e98ddb5f76f00608cd1caf + source = git+https://github.com/bigcat88/pillow_heif.git#tag=v1.2.0 + b2sums = 54e96a7b337427a047aafc39f866333e5ded045c036c05b9df88ab9dc072c7726c3ea278d9e204d5bb52700623d5fb58bfd223d4be8f59aea2f961a89cfc5efc pkgname = python-pillow-heif - provides = python-pillow_heif=1.1.1 + provides = python-pillow_heif=1.2.0 conflicts = python-pillow_heif replaces = python-pillow_heif ===================================== PKGBUILD ===================================== @@ -6,8 +6,8 @@ pkgname=( python-pillow-heif python-pillow-heif-docs ) -pkgver=1.1.1 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc='Python bindings to libheif for working with HEIF images and plugin for Pillow' arch=(x86_64) url='https://github.com/bigcat88/pillow_heif' @@ -32,7 +32,7 @@ checkdepends=( python-pytest ) source=("git+https://github.com/bigcat88/pillow_heif.git#tag=v$pkgver") -b2sums=('6c2df2c1e39df8737c0ec9e9ee013dcbf7437c0528111a9950d683297dfe5dfddefe65458258cca34269bc2fa105cb4ca33ce5d481e98ddb5f76f00608cd1caf') +b2sums=('54e96a7b337427a047aafc39f866333e5ded045c036c05b9df88ab9dc072c7726c3ea278d9e204d5bb52700623d5fb58bfd223d4be8f59aea2f961a89cfc5efc') build() { cd pillow_heif View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow-heif/-/commit/05cd2762e0946fafce297c484e4389479b6e1fd6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow-heif/-/commit/05cd2762e0946fafce297c484e4389479b6e1fd6 You're receiving this email because of your account on gitlab.archlinux.org.
