Date: Tuesday, June 12, 2018 @ 10:50:48 Author: arojas Revision: 326805
Fix source URL Modified: plasma-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-12 09:14:20 UTC (rev 326804) +++ PKGBUILD 2018-06-12 10:50:48 UTC (rev 326805) @@ -11,7 +11,7 @@ arch=(x86_64) url='https://www.kde.org/workspaces/plasmadesktop/' license=(LGPL) -source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo qt5-graphicaleffects) makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel libibus scim kdesignerplugin)
