diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-30 18:59:19 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-06-12 23:51:54 +0000 |
commit | 4a052880d1a6a30d20e6faf0a08a26fc0e2ed857 (patch) | |
tree | 72e17befc8cbb7a29a8665e6ee1940730f80341f /user/qt5-qtnetworkauth/APKBUILD | |
parent | 0c98832849c1dbf06d6b836b1a30704d1d39636f (diff) | |
download | packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.tar.gz packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.tar.bz2 packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.tar.xz packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.zip |
user/qt5: Update to 5.15.4
This includes KDE LTS patches when available.
Diffstat (limited to 'user/qt5-qtnetworkauth/APKBUILD')
-rw-r--r-- | user/qt5-qtnetworkauth/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user/qt5-qtnetworkauth/APKBUILD b/user/qt5-qtnetworkauth/APKBUILD index eab69c25c..daba50112 100644 --- a/user/qt5-qtnetworkauth/APKBUILD +++ b/user/qt5-qtnetworkauth/APKBUILD @@ -1,8 +1,8 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=qt5-qtnetworkauth -_pkgname=qtnetworkauth-everywhere-src -pkgver=5.12.9 +_pkgname=qtnetworkauth-everywhere +pkgver=5.15.4 pkgrel=0 pkgdesc="Network authentication module for Qt" url="https://www.qt.io/" @@ -12,8 +12,8 @@ license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-ex depends="" makedepends="qt5-qtbase-dev" subpackages="$pkgname-dev" -source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz" -builddir="$srcdir"/$_pkgname-$pkgver +source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-opensource-src-$pkgver.tar.xz" +builddir="$srcdir"/$_pkgname-src-$pkgver build() { qmake @@ -24,4 +24,4 @@ package() { make install INSTALL_ROOT="$pkgdir" } -sha512sums="bce116d399ad19d76dbf2d0e110fb110f8dce29c9d0d3d83f74e22287fc2ebe76351e587d8e20b96add8f0fb5140e4d52d8494b6642a89c765227d4a5ce6c59a qtnetworkauth-everywhere-src-5.12.9.tar.xz" +sha512sums="a36ce21151cb98bcbc99a819e873ef10f68d988aebfbae9aaaa7dc85bd4a693ad7510c47627f0f3841c5ef50173b21cdebe6a602fa429839fd9ad9bcc02d6c3c qtnetworkauth-everywhere-opensource-src-5.15.4.tar.xz" |