From 98ae79a1390bc6b106d3d18c233e61ca192ee594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 4 Apr 2020 13:36:30 +0200 Subject: [PATCH] rinutils: update to 0.4.0. --- srcpkgs/rinutils/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rinutils/template b/srcpkgs/rinutils/template index 1529e9dd6ad..6a83c693074 100644 --- a/srcpkgs/rinutils/template +++ b/srcpkgs/rinutils/template @@ -1,6 +1,6 @@ # Template file for 'rinutils' pkgname=rinutils -version=0.2.0 +version=0.4.0 revision=1 _shlomif_common_commit=89f05caf86078f783873975525230cf4fecede8a build_style=cmake @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/shlomif/rinutils/" distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/${_shlomif_common_commit}/shlomif-cmake-modules/Shlomif_Common.cmake" -checksum="c1fa0836d7166743181cd0e4c349f98010846334fe49883ff53439002887c3b8 +checksum="3e996e5656c2e382e45e32e0d4ee6eead12f4007d5a909168b92f3f2f14966da 6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17" skip_extraction="Shlomif_Common.cmake" @@ -20,6 +20,10 @@ post_extract() { mv "${XBPS_SRCDISTDIR}/${pkgname}-${version}/Shlomif_Common.cmake" cmake } +do_check() { + : requires many perl modules +} + post_install() { vlicense LICENSE }