elinks: upgrade to 0.17.0

This commit is contained in:
Luis
2023-12-27 03:37:13 +00:00
parent 0f6172b4c5
commit c61a3420fe
3 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
7f3b8f903146a24b4d8b7c69de1cbb9b elinks-0.16.1.1.tar.gz
018da25e42da593dc71a5edbc61e9740 elinks-0.17.0.tar.gz

View File

@@ -1,4 +1,4 @@
elinks-0.16.1.1-1
elinks-0.17.0-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/elinks

View File

@@ -2,7 +2,7 @@
# depends : expat openssl zlib libidn gpm
name=elinks
version=0.16.1.1
version=0.17.0
release=1
source="https://github.com/rkd77/elinks/archive/v$version/$name-$version.tar.gz"
@@ -16,7 +16,8 @@ build() {
-Dbacktrace=false \
-D256-colors=true \
-Dtrue-color=true \
-Dtre=false
-Dtre=false \
-Dlibcss=false
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build