From 6dcad0c99f96363048b217f6431afb941d3c245d Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sun, 21 Oct 2018 14:07:52 +0200 Subject: [PATCH] [skip-ci] syntax-highlighting: relicense --- syntax-highlighting/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/syntax-highlighting/PKGBUILD b/syntax-highlighting/PKGBUILD index 105908309..2179e0a80 100644 --- a/syntax-highlighting/PKGBUILD +++ b/syntax-highlighting/PKGBUILD @@ -1,11 +1,10 @@ - pkgname=syntax-highlighting pkgver=5.51.0 -pkgrel=1 +pkgrel=2 pkgdesc='Syntax highlighting Engine for Structured Text and Code.' arch=('x86_64') url='https://projects.kde.org/projects/frameworks/syntax-highlighting' -license=('LGPL') +license=('MIT') depends=('qt5-xmlpatterns' 'perl') makedepends=("extra-cmake-modules>=5.51.0" 'python3' 'qt5-tools') groups=('kf5')