Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
hdr10plus-tool
Commits:
e71246c8 by Maxime Gauduin at 2024-10-03T14:55:47+02:00
upgpkg: 1.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hdr10plus-tool
pkgdesc = CLI utility to work with HDR10+ in HEVC files
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/quietvoid/hdr10plus_tool
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hdr10plus-tool
makedepends = git
makedepends = gnu-free-fonts
depends = fontconfig
- source =
git+https://github.com/quietvoid/hdr10plus_tool.git#tag=91d4723bfa7a647e04ee3f727c037cea0a956bb2
- b2sums = SKIP
+ source =
git+https://github.com/quietvoid/hdr10plus_tool.git#tag=5a5b835a7269d84cd33473fd888cb9c09260a4de
+ b2sums =
9f8087186c7569645f0df05e4c91bf349be45b3c232e41dc821c4aa6c7836363f3721a87b6378bb3821d55b461ecabe6d74e23f6bbfdae4081310c9b1c5ca704
pkgname = hdr10plus-tool
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Norbert Preining <[email protected]>
pkgname=hdr10plus-tool
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="CLI utility to work with HDR10+ in HEVC files"
arch=(x86_64)
@@ -14,9 +14,9 @@ makedepends=(
git
gnu-free-fonts
)
-_tag=91d4723bfa7a647e04ee3f727c037cea0a956bb2
+_tag=5a5b835a7269d84cd33473fd888cb9c09260a4de
source=(git+https://github.com/quietvoid/hdr10plus_tool.git#tag=${_tag})
-b2sums=(SKIP)
+b2sums=('9f8087186c7569645f0df05e4c91bf349be45b3c232e41dc821c4aa6c7836363f3721a87b6378bb3821d55b461ecabe6d74e23f6bbfdae4081310c9b1c5ca704')
prepare() {
cargo fetch \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hdr10plus-tool/-/commit/e71246c87f16e2dbd6d2e0a40135c48c8b4d81aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hdr10plus-tool/-/commit/e71246c87f16e2dbd6d2e0a40135c48c8b4d81aa
You're receiving this email because of your account on gitlab.archlinux.org.