kde/kquicksyntaxhighligher: fix linting issues (!871)
This commit is contained in:
parent
1110dab8d5
commit
6f12115f9f
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue