fix kservice source file

This commit is contained in:
AlmAck 2018-06-11 22:24:42 +02:00
parent b7e520ae72
commit 79271cebc5
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#
# These are the building "groups" or "package lists"
# (or stages").
# GitLab-CI:1
extra-cmake-modules
kapidox

View File

@ -14,7 +14,7 @@ checkdepends=('xorg-server-xvfb' 'kded')
groups=('kf5')
options=("debug")
_url="https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
source=(${_url}{,.sig})
source=(${_url}{,.sig}
'03_chakra_menu.patch')
sha256sums=($(curl "$_url.sha256" | cut -c-64)
SKIP