summaryrefslogtreecommitdiff
path: root/user/syntax-highlighting
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 18:47:39 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 18:47:39 -0500
commit0c822264b19be344c391558a360c5d5dda908388 (patch)
tree9faa74fd12c2551e5c98589b13fd0b52c174e9f3 /user/syntax-highlighting
parent023b502423b0c5870361d403dfc4a6b506cadfb2 (diff)
downloadpackages-0c822264b19be344c391558a360c5d5dda908388.tar.gz
packages-0c822264b19be344c391558a360c5d5dda908388.tar.bz2
packages-0c822264b19be344c391558a360c5d5dda908388.tar.xz
packages-0c822264b19be344c391558a360c5d5dda908388.zip
user/syntax-highlighting: bump to 5.47.0, modernise
Diffstat (limited to 'user/syntax-highlighting')
-rw-r--r--user/syntax-highlighting/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/user/syntax-highlighting/APKBUILD b/user/syntax-highlighting/APKBUILD
index 65fa69b45..b3a0678d3 100644
--- a/user/syntax-highlighting/APKBUILD
+++ b/user/syntax-highlighting/APKBUILD
@@ -1,21 +1,19 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=syntax-highlighting
-pkgver=5.46.0
+pkgver=5.47.0
pkgrel=0
pkgdesc="Framework for rendering programming code with formatting"
url="https://www.kde.org/"
arch="all"
-license="LGPL-2.1"
+license="LGPL-2.1+"
depends=""
depends_dev="qt5-qtbase-dev"
makedepends="$depends_dev cmake extra-cmake-modules qt5-qttools-dev perl
doxygen graphviz"
checkdepends="qt5-qtxmlpatterns-dev"
-install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://download.kde.org/stable/frameworks/${pkgver%.*}/syntax-highlighting-$pkgver.tar.xz"
-builddir="$srcdir/syntax-highlighting-$pkgver"
build() {
cd "$builddir"
@@ -44,4 +42,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="13f7f06ac74a2469620a62a28c325dc8d4997428b0842b506cb9ef287c7e2dc1446b7482ad5f0bef2d743b7bd84794ec28268de30c99515dfac4fecc66c4c41c syntax-highlighting-5.46.0.tar.xz"
+sha512sums="64e3711fec589e17301fced98f91fb018ccf5efdaaf55e3bdcdc8602b3dfd1686cd09856f206dc069bbe42a3c998f27c398ea3da8719e2c36638d14c29537c5a syntax-highlighting-5.47.0.tar.xz"