From 06b1f7cbe4d418789e2ba54fdd336393ace219e7 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, 28 Nov 2020 17:55:12 +0700 Subject: [PATCH] profile-cleaner: remove noarch --- srcpkgs/profile-cleaner/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/profile-cleaner/template b/srcpkgs/profile-cleaner/template index 0128620c1af..10b1c2fe943 100644 --- a/srcpkgs/profile-cleaner/template +++ b/srcpkgs/profile-cleaner/template @@ -1,11 +1,10 @@ # Template file for 'profile-cleaner' pkgname=profile-cleaner version=2.37 -revision=1 -archs=noarch +revision=2 build_style=gnu-makefile -short_desc="Reduces profile size by cleaning their sqlite databases" depends="bash sqlite bc parallel findutils" +short_desc="Reduces profile size by cleaning their sqlite databases" maintainer="Philipp Hirsch " license="MIT" homepage="https://github.com/graysky2/profile-cleaner"