diff options
Diffstat (limited to 'testing/syntax-highlighting/APKBUILD')
-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" |