diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-06-10 12:23:43 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 17:55:20 -0300 |
| commit | 0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93 (patch) | |
| tree | ee9581cb75dc8312b7b9197c6bfbc4331bd98f02 /testing/syntax-highlighting | |
| parent | bdd4baf0db65d0c07ec9f02fd350a1c558f4efc8 (diff) | |
| download | aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.bz2 aports-0dbe3efafa7aa3542fc156ba37ebe26ca2b49f93.tar.xz | |
testing/kde-frameworks: update to 5.59.0
Diffstat (limited to 'testing/syntax-highlighting')
| -rw-r--r-- | testing/syntax-highlighting/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/syntax-highlighting/APKBUILD b/testing/syntax-highlighting/APKBUILD index e7f585f65e..0e793d9f34 100644 --- a/testing/syntax-highlighting/APKBUILD +++ b/testing/syntax-highlighting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syntax-highlighting -pkgver=5.58.0 +pkgver=5.59.0 pkgrel=0 pkgdesc="Syntax highlighting engine for structured text and code" arch="all" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="a4b95a8ca9fcccf3fd5ea8d8a0d4a5b35712e69ce466bf28cf1f87831be6120c0bdb62b30fc14b1094cca7ad393fa8348ea1e0f13abc1a6cc742a521d4d7c350 syntax-highlighting-5.58.0.tar.xz" +sha512sums="9566700809ba657b71861932ed82c4485f1fef676d6435ae9022f0e9ef745fdeea787c6bc958fe48a34f69294ac386e48424a4c77b329451f18a0bad1a2994c6 syntax-highlighting-5.59.0.tar.xz" |
