Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-lottie
Commits:
ed280032 by Antonio Rojas at 2025-11-20T21:26:47+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
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.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qt6-lottie
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source = git+https://code.qt.io/qt/qtlottie#tag=v6.10.0
- sha256sums =
b38f3d8f5ca6ad1861e402209b320d91bc4162332b503f1ba183dd2ab79c1d74
+ source = git+https://code.qt.io/qt/qtlottie#tag=v6.10.1
+ sha256sums =
f10787e96884101e4fb4acec1b66ccad95d8b35e16f91c86e90d94ea5e7aaf68
pkgname = qt6-lottie
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-lottie
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -24,7 +24,7 @@ optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('b38f3d8f5ca6ad1861e402209b320d91bc4162332b503f1ba183dd2ab79c1d74')
+sha256sums=('f10787e96884101e4fb4acec1b66ccad95d8b35e16f91c86e90d94ea5e7aaf68')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/ed280032bf8097ba047799efadbbc95d2729224d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/commit/ed280032bf8097ba047799efadbbc95d2729224d
You're receiving this email because of your account on gitlab.archlinux.org.