From c9c95cad766af78c698b9dcad7983a8c1fc2c592 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 15 Apr 2018 13:49:56 -0300 Subject: [PATCH] arcan: update to 0.5.4.6. Closes #13508. Signed-off-by: Enno Boland --- srcpkgs/arcan/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index 6e8667119f4..3b4b8294af2 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -1,6 +1,6 @@ # Template file for 'arcan' pkgname=arcan -version=0.5.4.5 +version=0.5.4.6 revision=1 build_style=cmake build_wrksrc=src @@ -8,14 +8,14 @@ short_desc="Combined display server, multimedia framework and game engine" maintainer="Piraty " license="GPL-2.0-or-later" homepage="https://arcan-fe.com/" -distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz" -checksum="0d35c85a121fc550aa3a0fe70f1941f9e347bd90855a2d2208106bbcc19791c3" +_versionOpenal=0.5.4 +distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz + https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" +checksum="b42d765610e9e791ab196a904758f42446ea116b1e3bc2a6ca788ebe494f5c55 + 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" # the _lwa part of the build relies on a patched openAL implementation # that is statically linked -_versionOpenal=0.5.4 -distfiles+=" https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz" -checksum+=" 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" only_for_archs="i686 i686-musl x86_64 x86_64-musl" @@ -46,8 +46,8 @@ arcan-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { - vmove usr/lib/*.so - vmove usr/lib/*.a + vmove "usr/lib/*.so" + vmove "usr/lib/*.a" vmove usr/lib/pkgconfig vmove usr/include }