From ef76684af1d5384dca7ff6fcd6989be1e104c1dd Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sat, 16 Feb 2019 23:34:30 +0100 Subject: [PATCH] bashmount: use archs, set literal homepage, SPDX license --- srcpkgs/bashmount/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/bashmount/template b/srcpkgs/bashmount/template index 4fee87313f1..bff93929e15 100644 --- a/srcpkgs/bashmount/template +++ b/srcpkgs/bashmount/template @@ -1,15 +1,15 @@ # Template file for 'bashmount' pkgname=bashmount version=3.2.0 -revision=1 +revision=2 +archs=noarch conf_files="/etc/$pkgname.conf" depends="bash util-linux" short_desc="Tool to mount and unmount removable media" maintainer="Daniel Lewan " -noarch=yes -license="GPL-2" -homepage="https://github.com/jamielinux/$pkgname" -distfiles="$homepage/archive/$version.tar.gz" +license="GPL-2.0-or-later" +homepage="https://github.com/jamielinux/bashmount" +distfiles="https://github.com/jamielinux/bashmount/archive/$version.tar.gz" checksum=32f328e1921f60b429e2ab389ecc314f5bd7545ac4385c7c7918d08ebe9ecc22 do_install() {