aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-12 03:56:55 -0300
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 18:29:52 +0100
commit6371555c8f55ba792636dec4543e16f8d486c5c1 (patch)
treec4e8e91fb6ef914e0bcd803c5c88eed75a54e5af
parentaae3104dd2b1c6d1bafa4cf7f1f0686ff881300b (diff)
downloadalpine_aports-6371555c8f55ba792636dec4543e16f8d486c5c1.tar.bz2
alpine_aports-6371555c8f55ba792636dec4543e16f8d486c5c1.tar.xz
alpine_aports-6371555c8f55ba792636dec4543e16f8d486c5c1.zip
main/highlight: upgrade to 3.54
-rw-r--r--main/highlight/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/highlight/APKBUILD b/main/highlight/APKBUILD
index 0d6993cd05..40d4f0950d 100644
--- a/main/highlight/APKBUILD
+++ b/main/highlight/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3_luaver=5.3 3_luaver=5.3
4pkgname=highlight 4pkgname=highlight
5pkgver=3.53 5pkgver=3.54
6pkgrel=0 6pkgrel=0
7pkgdesc="Fast and flexible source code highlighter" 7pkgdesc="Fast and flexible source code highlighter"
8url="http://www.andre-simon.de/doku/highlight/highlight.html" 8url="http://www.andre-simon.de/doku/highlight/highlight.html"
@@ -14,13 +14,11 @@ subpackages="$pkgname-doc"
14source="http://www.andre-simon.de/zip/highlight-$pkgver.tar.bz2" 14source="http://www.andre-simon.de/zip/highlight-$pkgver.tar.bz2"
15 15
16build() { 16build() {
17 cd "$builddir"
18 make cli LUAPC=lua$_luaver 17 make cli LUAPC=lua$_luaver
19} 18}
20 19
21package() { 20package() {
22 cd "$builddir"
23 make DESTDIR="$pkgdir" install 21 make DESTDIR="$pkgdir" install
24} 22}
25 23
26sha512sums="b25340aa881e5188fb9862d4858fab17627a80329835723a75de95bbf523f2453f42fa4e6ed842345b5e2842d66a40f16b03c19fbbbea4a226e247a93130a5e3 highlight-3.53.tar.bz2" 24sha512sums="c5a0982e9cd5c48d1ffa3ce2286020c1285eacf32928b08e3718582f4d131b05726920156c4357e595403474d4c389fc70e2aff789e17962963b9d8d23ac6488 highlight-3.54.tar.bz2"