aloadimage: update to 0.5.4.6.
Closes #13508. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
060acd788d
commit
8abd4fd022
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'aloadimage'
|
||||
pkgname=aloadimage
|
||||
version=0.5.4.5
|
||||
version=0.5.4.6
|
||||
revision=1
|
||||
wrksrc=arcan-${version}
|
||||
build_style=cmake
|
||||
wrksrc="arcan-${version}"
|
||||
build_wrksrc=src/tools/aloadimage
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="arcan-devel libseccomp-devel"
|
||||
short_desc="Image viewer for Arcan"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://arcan-fe.com/"
|
||||
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
|
||||
checksum=0d35c85a121fc550aa3a0fe70f1941f9e347bd90855a2d2208106bbcc19791c3
|
||||
checksum=b42d765610e9e791ab196a904758f42446ea116b1e3bc2a6ca788ebe494f5c55
|
||||
|
||||
post_install() {
|
||||
vlicense ../../../COPYING
|
||||
|
|
Loading…
Reference in New Issue