Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-lottie
Commits:
48330b4d by Antonio Rojas at 2025-03-26T19:37:57+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-lottie
pkgdesc = A family of player software for a certain json-based file
format for describing 2d vector graphics animations
- pkgver = 6.8.2
+ pkgver = 6.8.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-lottie
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source = git+https://code.qt.io/qt/qtlottie#tag=v6.8.2
- sha256sums =
cb420d9f15f9a018ed9ce95d117ecf3cec7b661b565660d37002464b8cee9c5d
+ source = git+https://code.qt.io/qt/qtlottie#tag=v6.8.3
+ sha256sums =
a1bfb5e25f59ed818b827db03917729784550be90c12c80451be5dfa03cee916
pkgname = qt6-lottie
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-lottie
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('cb420d9f15f9a018ed9ce95d117ecf3cec7b661b565660d37002464b8cee9c5d')
+sha256sums=('a1bfb5e25f59ed818b827db03917729784550be90c12c80451be5dfa03cee916')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/48330b4d3d4c23bcb4255869b7aeb46f00732734
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/48330b4d3d4c23bcb4255869b7aeb46f00732734
You're receiving this email because of your account on gitlab.archlinux.org.