* update qt6-datavis3d to 6.8.2-1
This commit is contained in:
parent
bc26e547fe
commit
a443cae6e6
@ -1,6 +1,6 @@
|
||||
pkgbase = qt6-datavis3d
|
||||
pkgdesc = Qt6 Data Visualization module
|
||||
pkgver = 6.8.1
|
||||
pkgver = 6.8.2
|
||||
pkgrel = 1
|
||||
url = https://www.qt.io
|
||||
arch = x86_64
|
||||
@ -21,7 +21,7 @@ pkgbase = qt6-datavis3d
|
||||
depends = glibc
|
||||
depends = qt6-base
|
||||
optdepends = qt6-declarative: QML bindings
|
||||
source = git+https://code.qt.io/qt/qtdatavis3d#tag=v6.8.1
|
||||
sha256sums = a3cc074788e54f39bab3e9a0a8bc73d8e09489283d9ef445e5171038c1fabce8
|
||||
source = git+https://code.qt.io/qt/qtdatavis3d#tag=v6.8.2
|
||||
sha256sums = e25bfb1ab0320bdc1a7618c8fce3194e5a5c5df57126c8e329b38ae9eaa7777b
|
||||
|
||||
pkgname = qt6-datavis3d
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=qt6-datavis3d
|
||||
_pkgver=6.8.1
|
||||
pkgver=6.8.1
|
||||
_pkgver=6.8.2
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.qt.io'
|
||||
@ -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=('a3cc074788e54f39bab3e9a0a8bc73d8e09489283d9ef445e5171038c1fabce8')
|
||||
sha256sums=('e25bfb1ab0320bdc1a7618c8fce3194e5a5c5df57126c8e329b38ae9eaa7777b')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $_pkgfn -G Ninja \
|
||||
|
Loading…
x
Reference in New Issue
Block a user