diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,4 @@ libc.so.6 -libdl.so.2 libgcc_s.so.1 liblua.so.5.3 libm.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : highlight -version : '3.39' -release : 4 +version : '3.40' +release : 5 source : - - http://www.andre-simon.de/zip/highlight-3.39.tar.bz2 : 44f2cef6b5c0b89b5c0d76cf39ce4c2944eeff6b9c23ba27d1d153ac93d10f7d + - https://github.com/andre-simon/highlight/archive/3.40.tar.gz : 6ccfb562d681b62f74994e78e913604982db42c13b8e8dd496398c397bcfd819 license : GPL-3.0 component : programming.tools summary : Convert source code to formatted text with syntax highlighting @@ -11,8 +11,6 @@ builddeps : - pkgconfig(lua-5.3) - libboost-devel -setup : | - sed -i "s/^LUA_LIBS=.*$/LUA_LIBS=-llua -ldl/" src/makefile #need to link with libdl beside liblua build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ highlight - Joshua Strobl - joshua@stroblindustries.com + Matt Critchlow + matt.critchlow@gmail.com GPL-3.0 programming.tools @@ -27,12 +27,12 @@ - - 2017-09-16 - 3.39 + + 2017-10-28 + 3.40 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Matt Critchlow + matt.critchlow@gmail.com \ No newline at end of file