* update libultrahdr to 1.3.0-1

This commit is contained in:
Alexander Baldeck 2024-12-17 13:14:23 +01:00
parent e630fa218a
commit 9b0041bd75
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libultrahdr
pkgdesc = The reference codec for the Ultra HDR format
pkgver = 1.2.0
pkgver = 1.3.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.2.0
sha256sums = da991e3f02ef9b9dc7a269c7a29aa2932f45d4f8e1284d96f9a100ab209fd93a
source = git+https://github.com/google/libultrahdr#tag=v1.3.0
sha256sums = b51826db15468677bac9ab67b5939032d7b3cc58024092d3924411d767a060fb
pkgname = libultrahdr

View File

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