From e7d24a06e8164f2f4e260f58eeeb2e64b58bd054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 21 Nov 2020 16:31:39 +0700 Subject: [PATCH] awoken-icons: remove noarch --- srcpkgs/awoken-icons/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index f52c4f48187..c2d159acc08 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -1,13 +1,13 @@ # Template file for 'awoken-icons' pkgname=awoken-icons version=2.5.2 -revision=4 -archs=noarch +revision=5 wrksrc=AwOken-2.5 hostmakedepends="unzip" short_desc="Simple and quite complete icon set, Token-style" maintainer="Steven R " -license="CCPL:by-sa" +# https://github.com/alecive/FlatWoken +license="CC-BY-SA-4.0" homepage="http://alecive.deviantart.com/art/AwOken-163570862" distfiles="https://dl.dropbox.com/s/p3hfu7jw3vv7os9/AwOken-2.5.zip" checksum=d122ee0457079aaa30a664ae582fbc6208414e8728f497dce399ed9f33f9b36e @@ -39,7 +39,6 @@ do_install() { awoken-icons-dark_package() { depends="awoken-icons>=${version}" short_desc+=" - Dark icons" - archs=noarch pkg_install() { vmove usr/share/icons/AwOkenDark } @@ -48,7 +47,6 @@ awoken-icons-dark_package() { awoken-icons-white_package() { depends="awoken-icons>=${version}" short_desc+=" - White icons" - archs=noarch pkg_install() { vmove usr/share/icons/AwOkenWhite }