Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dovi-tool
Commits:
dd3dc487 by Maxime Gauduin at 2026-07-19T18:45:33+02:00
upgpkg: 2.3.3-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dovi-tool
pkgdesc = CLI tool combining multiple utilities for working with Dolby
Vision
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/quietvoid/dovi_tool
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = dovi-tool
makedepends = git
makedepends = gnu-free-fonts
depends = fontconfig
- source =
git+https://github.com/quietvoid/dovi_tool.git#tag=9aca1b700ba696c36ad8bc0928e4bd42f7a5f79b
- b2sums =
906ecf330562e84cb80040e9bef650a25bdbdfd0a41990b37435a6470bacceacc0b7387794f6a08dabaa6cf0ef1d1da93f0b2d029eaa816d45c21d71bde41405
+ source = git+https://github.com/quietvoid/dovi_tool.git#tag=2.3.3
+ b2sums =
5908fc46da4e900e37dd455b1006456f6ac7bd702ecdb13a377c47d476cd0006d058f974e5c26a719c90bfa179546ca2f64d37ced4a5a5a78539bcadb413b5ae
pkgname = dovi-tool
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: quietvoid <[email protected]>
pkgname=dovi-tool
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
pkgdesc='CLI tool combining multiple utilities for working with Dolby Vision'
arch=(x86_64)
@@ -14,9 +14,8 @@ makedepends=(
gnu-free-fonts
)
depends=(fontconfig)
-_tag=9aca1b700ba696c36ad8bc0928e4bd42f7a5f79b
-source=(git+https://github.com/quietvoid/dovi_tool.git#tag=${_tag})
-b2sums=('906ecf330562e84cb80040e9bef650a25bdbdfd0a41990b37435a6470bacceacc0b7387794f6a08dabaa6cf0ef1d1da93f0b2d029eaa816d45c21d71bde41405')
+source=(git+https://github.com/quietvoid/dovi_tool.git#tag=${pkgver})
+b2sums=('5908fc46da4e900e37dd455b1006456f6ac7bd702ecdb13a377c47d476cd0006d058f974e5c26a719c90bfa179546ca2f64d37ced4a5a5a78539bcadb413b5ae')
prepare() {
cargo fetch \
@@ -24,11 +23,6 @@ prepare() {
--manifest-path dovi_tool/Cargo.toml
}
-pkgver() {
- cd dovi_tool
- git describe --tags
-}
-
build() {
cargo build \
--release \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dovi-tool/-/commit/dd3dc487c801d85142eb36551910ee79a0b1d3b4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dovi-tool/-/commit/dd3dc487c801d85142eb36551910ee79a0b1d3b4
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help