libva: fix checksum
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3af9149093
commit
852f17c81d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libva'
|
||||
pkgname=libva
|
||||
version=2.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes"
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://01.org/linuxmedia"
|
||||
changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
|
||||
distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
|
||||
checksum=8d65764d2efb1fdeb0c2ad51c7e2f9db1b2d6b005c58a85fd814f8f7b8c89a2d
|
||||
checksum=68ca8d071dcb84ac82e3c6d7f02a55937d9f690fcb215853f4aa1de8d459812f
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue