mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libqtxdg to 4.1.0-1
This commit is contained in:
parent
384cd03689
commit
0e5b0a0c39
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = libqtxdg
|
||||
pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt
|
||||
pkgver = 4.0.1
|
||||
pkgver = 4.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/lxqt/libqtxdg
|
||||
arch = x86_64
|
||||
|
@ -16,12 +16,12 @@ pkgbase = libqtxdg
|
|||
optdepends = xterm: the default terminal for running .desktop files
|
||||
provides = libQt6Xdg.so
|
||||
provides = libQt6XdgIconLoader.so
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.1/libqtxdg-4.0.1.tar.xz
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/4.0.1/libqtxdg-4.0.1.tar.xz.asc
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/4.1.0/libqtxdg-4.1.0.tar.xz
|
||||
source = https://github.com/lxqt/libqtxdg/releases/download/4.1.0/libqtxdg-4.1.0.tar.xz.asc
|
||||
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
|
||||
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
|
||||
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
|
||||
sha256sums = cd9efd93dcfb8c337dbaca715c71666f7f05ff6a7702fde27526a34cce91b88c
|
||||
sha256sums = 0604d397d9561a6a6148930a2b131f2bdee86cec6cca304f7513a8ec7b8e8809
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libqtxdg
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# - patch to disable LTO
|
||||
|
||||
pkgname=libqtxdg
|
||||
pkgver=4.0.1
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
|
||||
arch=("x86_64")
|
||||
|
@ -23,7 +23,7 @@ source=(
|
|||
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
|
||||
'0001-disable-LTO.patch'
|
||||
)
|
||||
sha256sums=('cd9efd93dcfb8c337dbaca715c71666f7f05ff6a7702fde27526a34cce91b88c'
|
||||
sha256sums=('0604d397d9561a6a6148930a2b131f2bdee86cec6cca304f7513a8ec7b8e8809'
|
||||
'SKIP'
|
||||
'36061244c5f0822a9724f8d4a614673a52a6bd95979f7b0b746e206319ccef5f')
|
||||
validpgpkeys=(
|
||||
|
|
Loading…
Reference in a new issue