From b7d4560613894f95fab101a4f502c35476137a21 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 10 Nov 2020 20:53:56 -0600 Subject: [PATCH] opentmpfiles: update to 0.3.1 --- srcpkgs/opentmpfiles/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/opentmpfiles/template b/srcpkgs/opentmpfiles/template index 94c8731fa58..2e5be496e00 100644 --- a/srcpkgs/opentmpfiles/template +++ b/srcpkgs/opentmpfiles/template @@ -1,20 +1,16 @@ # Template file for 'opentmpfiles' pkgname=opentmpfiles -version=0.2 -revision=2 -build_style=gnu-makefile -make_install_args="bindir=/usr/bin" +version=0.3.1 +revision=1 +build_style=meson +configure_args="-Drootbindir=/usr/bin" short_desc="Standalone utility for handling systemd-style tmpfiles.d settings" maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/OpenRC/opentmpfiles" distfiles="https://github.com/OpenRC/opentmpfiles/archive/${version}.tar.gz" -checksum=4fa6a78600b1d67d34c441919e5e62ad181af358d9353ce380f515d623177ecb - -pre_install() { - vsed -i 's|^bindir.*||g' Makefile -} +checksum=47d651ccda53a204463285044a9d34b1bd54d927509dac43994a9d6341be084a post_install() { - vlicense license + vlicense LICENSE }