criu: update to 3.9.

Closes #14622.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-21 23:48:58 -03:00 committed by Enno Boland
parent 16eb870f26
commit fe1600fc6a
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'criu'
pkgname=criu
version=3.8.1
version=3.9
revision=1
make_use_env=compliant
build_style=gnu-makefile
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later, LGPL-2.1-only"
homepage="http://criu.org/"
distfiles="https://download.openvz.org/criu/criu-$version.tar.bz2"
checksum=a134ccedd84fc9377c758f204d4e997fd8fe514fd05cbdbd64939b5698865e33
checksum=dd95d35ae6a4eb160926d1b86405e90ba98dfcb9f39e21976057904c67a5e150
nocross="fails to run protobuf internals"
case "$XBPS_TARGET_MACHINE" in
@ -31,7 +31,7 @@ criu-devel_package() {
depends="criu-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}