diff options
Diffstat (limited to 'community/kwayland-integration/APKBUILD')
-rw-r--r-- | community/kwayland-integration/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD index f25ecf9239..f94e36be60 100644 --- a/community/kwayland-integration/APKBUILD +++ b/community/kwayland-integration/APKBUILD @@ -1,15 +1,15 @@ -# Contributor: Bhushan Shah <bshah@kde.org> -# Maintainer: Bhushan Shah <bshah@kde.org> +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwayland-integration pkgver=5.16.5 -pkgrel=0 +pkgrel=1 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" arch="all" license="LGPL-2.1-only OR LGPL-3.0-only" depends="kwayland kglobalaccel kidletime" makedepends="cmake extra-cmake-modules qt5-qtbase-dev kwayland-dev kwindowsystem-dev kidletime-dev" -source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/plasma/$pkgver/kwayland-integration-$pkgver.tar.xz" options="!check" # Broken build() { |