Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libultrahdr
Commits: 7dc28c7c by Antonio Rojas at 2024-09-13T23:51:15+02:00 Retagged Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/libultrahdr/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libultrahdr pkgdesc = The reference codec for the Ultra HDR format pkgver = 1.1.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/google/libultrahdr arch = x86_64 license = Apache-2.0 @@ -11,7 +11,7 @@ pkgbase = libultrahdr depends = glibc depends = libglvnd depends = libjpeg-turbo - source = git+https://github.com/google/libultrahdr#tag=1.1.1 - sha256sums = dc0676f202224f19bb1ee78691291e90a687d29b34348a490aba31d3623160a1 + source = git+https://github.com/google/libultrahdr#tag=v1.1.1 + sha256sums = e77d92dcda5b5a0c53ecaa1444ae51102da1e3856dce20c31e0221c666bbf943 pkgname = libultrahdr ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=libultrahdr pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc='The reference codec for the Ultra HDR format' arch=(x86_64) url='https://github.com/google/libultrahdr' @@ -13,8 +13,8 @@ depends=(gcc-libs libjpeg-turbo) makedepends=(cmake git) -source=(git+https://github.com/google/libultrahdr#tag=$pkgver) -sha256sums=('dc0676f202224f19bb1ee78691291e90a687d29b34348a490aba31d3623160a1') +source=(git+https://github.com/google/libultrahdr#tag=v$pkgver) +sha256sums=('e77d92dcda5b5a0c53ecaa1444ae51102da1e3856dce20c31e0221c666bbf943') build() { cmake -B build -S $pkgname \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libultrahdr/-/commit/7dc28c7c46848c80f99008c32ef2a45dab62d92f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libultrahdr/-/commit/7dc28c7c46848c80f99008c32ef2a45dab62d92f You're receiving this email because of your account on gitlab.archlinux.org.
