Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-lottie


Commits:
ba76694e by Antonio Rojas at 2025-10-07T15:36:27+02:00
upgpkg: 6.10.0-1: Qt 6.10.0

- - - - -


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.9.2
+       pkgver = 6.10.0
        pkgrel = 1
        url = https://www.qt.io
        arch = x86_64
@@ -13,11 +13,12 @@ pkgbase = qt6-lottie
        makedepends = git
        makedepends = ninja
        makedepends = qt6-declarative
+       makedepends = qt6-svg
        depends = gcc-libs
        depends = glibc
        depends = qt6-base
        optdepends = qt6-declarative: QML bindings
-       source = git+https://code.qt.io/qt/qtlottie#tag=v6.9.2
-       sha256sums = 
46f1d1523deb9943e82fcc2ea84622483923808885c69bc361d6f3d8a5fcefac
+       source = git+https://code.qt.io/qt/qtlottie#tag=v6.10.0
+       sha256sums = 
b38f3d8f5ca6ad1861e402209b320d91bc4162332b503f1ba183dd2ab79c1d74
 
 pkgname = qt6-lottie


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-lottie
-_pkgver=6.9.2
+_pkgver=6.10.0
 pkgver=${_pkgver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -18,12 +18,13 @@ depends=(gcc-libs
 makedepends=(cmake
              git
              ninja
-             qt6-declarative)
+             qt6-declarative
+             qt6-svg)
 optdepends=('qt6-declarative: QML bindings')
 groups=(qt6)
 _pkgfn=${pkgname/6-/}
 source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('46f1d1523deb9943e82fcc2ea84622483923808885c69bc361d6f3d8a5fcefac')
+sha256sums=('b38f3d8f5ca6ad1861e402209b320d91bc4162332b503f1ba183dd2ab79c1d74')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/ba76694ec827d0d6e6b8cb4d5ff9dff147b68cbd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/ba76694ec827d0d6e6b8cb4d5ff9dff147b68cbd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to