diff --git a/kde/kquicksyntaxhighlighter/APKBUILD b/kde/kquicksyntaxhighlighter/APKBUILD index 687713f18..210fc1b83 100644 --- a/kde/kquicksyntaxhighlighter/APKBUILD +++ b/kde/kquicksyntaxhighlighter/APKBUILD @@ -2,16 +2,16 @@ # Maintainer: Bart Ribbers pkgname=kquicksyntaxhighlighter pkgver=0_git20181209 -pkgrel=0 +pkgrel=1 _commit="eae18069e0acab42f9dfdef2339b22bb77b44640" pkgdesc="QtQuick bindings for KF5SyntaxHightlighting framework" arch="all" url="https://community.kde.org/Plasma/Mobile" -license="LGPL-2.1" +license="LGPL-2.1-only OR LGPL-3.0-only" options="!check" depends="syntax-highlighting qt5-qtdeclarative" makedepends="extra-cmake-modules qt5-qtdeclarative-dev syntax-highlighting-dev" -source="$pkgname-$_commit.tar.gz::https://cgit.kde.org/scratch/hein/kquicksyntaxhighlighter.git/snapshot/${_commit}.tar.gz" +source="$pkgname-$_commit.tar.gz::https://cgit.kde.org/scratch/hein/kquicksyntaxhighlighter.git/snapshot/$_commit.tar.gz" builddir="$srcdir/$_commit" prepare() {