* update libultrahdr to 1.4.0-1

This commit is contained in:
Alexander Baldeck 2025-02-16 11:44:00 +01:00
parent af13cddabb
commit 69cf2f1f56
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libultrahdr
pkgdesc = The reference codec for the Ultra HDR format
pkgver = 1.3.0
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/google/libultrahdr
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = libultrahdr
depends = glibc
depends = libglvnd
depends = libjpeg-turbo
source = git+https://github.com/google/libultrahdr#tag=v1.3.0
sha256sums = b51826db15468677bac9ab67b5939032d7b3cc58024092d3924411d767a060fb
source = git+https://github.com/google/libultrahdr#tag=v1.4.0
sha256sums = 67a20b13bef0a0100054956f2db880d1233843a5382a773bc2da2db0ffd93796
pkgname = libultrahdr

View File

@ -3,7 +3,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=libultrahdr
pkgver=1.3.0
pkgver=1.4.0
pkgrel=1
pkgdesc='The reference codec for the Ultra HDR format'
arch=(x86_64 riscv64)
@ -16,7 +16,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/google/libultrahdr#tag=v$pkgver)
sha256sums=('b51826db15468677bac9ab67b5939032d7b3cc58024092d3924411d767a060fb')
sha256sums=('67a20b13bef0a0100054956f2db880d1233843a5382a773bc2da2db0ffd93796')
build() {
cmake -B build -S $pkgname \