arcan: update to 0.5.4.6.
Closes #13508. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
e6e7dd87a8
commit
c9c95cad76
1 changed files with 8 additions and 8 deletions
|
@ -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 <piraty1@inbox.ru>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue