author | Antonio Rojas
<arojas@archlinux.org> 2023-04-13 17:40:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-04-13 17:40:55 UTC |
parent | fc3c1799e19bcaad5e581d62dbd594c084806513 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 18b4d27..3424303 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,6 +2,7 @@ pkgname=kwayland-integration pkgver=5.27.4 +_dirver=$(echo $pkgver | cut -d. -f1-3) pkgrel=1 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' arch=(x86_64) @@ -10,7 +11,7 @@ license=(LGPL) depends=(kwindowsystem kwayland) makedepends=(extra-cmake-modules wayland-protocols kidletime) groups=(plasma) -source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('f74a856a93e0bd91ad7c34905603c2ed74df1dc85e687354d9d588274026fe08' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>