* update qt6-serialport to 6.8.2-1
This commit is contained in:
parent
89bf14f1b5
commit
48e008d33e
@ -1,6 +1,6 @@
|
|||||||
pkgbase = qt6-serialport
|
pkgbase = qt6-serialport
|
||||||
pkgdesc = Provides access to hardware and virtual serial ports
|
pkgdesc = Provides access to hardware and virtual serial ports
|
||||||
pkgver = 6.8.1
|
pkgver = 6.8.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -20,7 +20,7 @@ pkgbase = qt6-serialport
|
|||||||
depends = glibc
|
depends = glibc
|
||||||
depends = qt6-base
|
depends = qt6-base
|
||||||
depends = systemd-libs
|
depends = systemd-libs
|
||||||
source = git+https://code.qt.io/qt/qtserialport#tag=v6.8.1
|
source = git+https://code.qt.io/qt/qtserialport#tag=v6.8.2
|
||||||
sha256sums = 16fbdece179a5a989dc23f0d10d4ed00ca7de08c7ad722892c17636046626a24
|
sha256sums = d3020f4509843f3e89d07a4ffd1e48538d91c44c7b264495dbf5581e72656a4a
|
||||||
|
|
||||||
pkgname = qt6-serialport
|
pkgname = qt6-serialport
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||||
|
|
||||||
pkgname=qt6-serialport
|
pkgname=qt6-serialport
|
||||||
_pkgver=6.8.1
|
_pkgver=6.8.2
|
||||||
pkgver=6.8.1
|
pkgver=${_pkgver/-/}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
@ -23,7 +23,7 @@ makedepends=(cmake
|
|||||||
groups=(qt6)
|
groups=(qt6)
|
||||||
_pkgfn=${pkgname/6-/}
|
_pkgfn=${pkgname/6-/}
|
||||||
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
|
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
|
||||||
sha256sums=('16fbdece179a5a989dc23f0d10d4ed00ca7de08c7ad722892c17636046626a24')
|
sha256sums=('d3020f4509843f3e89d07a4ffd1e48538d91c44c7b264495dbf5581e72656a4a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $_pkgfn -G Ninja \
|
cmake -B build -S $_pkgfn -G Ninja \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user