diff options
Diffstat (limited to 'community/qqc2-desktop-style/APKBUILD')
-rw-r--r-- | community/qqc2-desktop-style/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qqc2-desktop-style/APKBUILD b/community/qqc2-desktop-style/APKBUILD index 331c46cad8..c9208851e8 100644 --- a/community/qqc2-desktop-style/APKBUILD +++ b/community/qqc2-desktop-style/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=qqc2-desktop-style -pkgver=5.62.0 +pkgver=5.63.0 pkgrel=0 pkgdesc="A style for Qt Quick Controls 2 to make it follow your desktop theme" arch="all" url="https://community.kde.org/Frameworks" -license="LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-only)" +license="LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only)" depends="qt5-qtgraphicaleffects qt5-qtquickcontrols2" depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtx11extras-dev kirigami2-dev kiconthemes-dev kconfigwidgets-dev" makedepends="$depends_dev extra-cmake-modules" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="12ef9ea1733d9afe43e0ebc15b442e5bc516f26369a81bf4328c9ddc98481ec370170f6d3ca918d7d0ccd05ab1e604b0c2eaa36907f9fd37704aec6eded1c051 qqc2-desktop-style-5.62.0.tar.xz" +sha512sums="493ef0459f128501a22420ba452e9bdc48340ed7d6b7ad6324d78cca6a8a30e6ce243de91954a5854c0b1a43de06bad3e06590f1152b0a1f77f8135668d9a385 qqc2-desktop-style-5.63.0.tar.xz" |