From eb36643789817a84e2c37acca5818192792ea209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 9 Aug 2020 01:38:04 -0300 Subject: [PATCH] liburing: update to 0.7.0. Add test target (currently broken), remove arch restrictions. Closes #17702. --- srcpkgs/liburing/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template index 7277a3453c5..acbbabb8851 100644 --- a/srcpkgs/liburing/template +++ b/srcpkgs/liburing/template @@ -1,16 +1,17 @@ # Template file for 'liburing' pkgname=liburing -version=0.2 +version=0.7 revision=1 -archs="i686* x86_64* aarch64*" build_style=configure configure_args="--mandir=/usr/share/man" +make_check_target=runtests +checkdepends="procps-ng" short_desc="Linux-native io_uring I/O access library" maintainer="Anthony Iliopoulos " license="LGPL-2.1-only" homepage="http://git.kernel.dk/cgit/liburing/" -distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz" -checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01 +distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2" +checksum=0f1c3de5e2081a4ce26c3243cb915f1fc406c43810317744fc11a04d2747d1e0 liburing-devel_package() { short_desc+=" - development files"