From 6f12115f9fc455161ebbbe278cc16fec366ba6c8 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sun, 5 Jan 2020 18:13:56 +0100 Subject: [PATCH] kde/kquicksyntaxhighligher: fix linting issues (!871) --- kde/kquicksyntaxhighlighter/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {