From 5856577369dc8d8e243243b3057a115959301c67 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 15 Feb 2019 04:28:20 -0200 Subject: [PATCH] pam_rundir: remove erroneous vlicense, fix license= --- srcpkgs/pam_rundir/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pam_rundir/template b/srcpkgs/pam_rundir/template index 91fff55ec47..77e4b467f04 100644 --- a/srcpkgs/pam_rundir/template +++ b/srcpkgs/pam_rundir/template @@ -1,17 +1,13 @@ # Template file for 'pam_rundir' pkgname=pam_rundir version=1.0.0 -revision=3 +revision=4 build_style=configure configure_args="--prefix=/usr --with-parentdir=/run/user" makedepends="pam-devel" short_desc="PAM Module to create and remove user runtime directories" maintainer="maxice8 " -license="GPL-2" +license="GPL-2.0-or-later" homepage="https://jjacky.com/pam_rundir" distfiles="https://jjacky.com/${pkgname}/${pkgname}-${version}.tar.gz" checksum=c779b699ed23777a3bdba87b7f67ed395fe957f3c96138faee45f87a27bcc020 - -post_install() { - vlicense COPYING LICENSE -}