From 6e03b3a9955b7ebc6aa21a4f4f42c126575ac5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 15 Nov 2020 14:09:18 +0700 Subject: [PATCH] wifish: remove noarch --- srcpkgs/wifish/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/wifish/template b/srcpkgs/wifish/template index 64252790947..a924eb9c485 100644 --- a/srcpkgs/wifish/template +++ b/srcpkgs/wifish/template @@ -1,22 +1,20 @@ # Template file for 'wifish' pkgname=wifish version=1.1.4 -revision=1 +revision=2 depends="wpa_supplicant gawk" short_desc="Simple wifi tool" maintainer="bougyman " -archs=noarch -license="wtfpl" +license="WTFPL" homepage="http://github.com/bougyman/wifish" distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz" checksum=d90b42a92fa23521adf9ab0a9186c0f4517e71b5a26b3ae0c1f24fd45e1c0c36 do_install() { vbin wifish - vmkdir /var/lib/wifish - vcopy awk/* /var/lib/wifish + vmkdir var/lib/wifish + vcopy awk/* var/lib/wifish vdoc README.md vdoc FAQ.md vlicense LICENSE - vlicense COPYING }