From 1a8fa496f0fa70b0454208c2208b232015f1c9b3 Mon Sep 17 00:00:00 2001 From: Emiel Wiedijk Date: Sun, 13 May 2018 09:21:30 +0200 Subject: Set arch to any This package only provides python scripts and some architecture- independent resources. The package can be installed on every architecture. Therefore, arch should be set to 'any'. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fa78ca6..98d9e6b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ pkgbase = tails-installer pkgdesc = Installer for the Tails live operating system pkgver = 5.0.7 - pkgrel = 1 + pkgrel = 2 url = https://tails.boum.org/ - arch = x86_64 + arch = any license = GPL makedepends = git depends = cdrkit diff --git a/PKGBUILD b/PKGBUILD index 607be84..a115dd0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,9 @@ pkgname=tails-installer pkgver=5.0.7 -pkgrel=1 +pkgrel=2 pkgdesc="Installer for the Tails live operating system" -arch=('x86_64') +arch=('any') url="https://tails.boum.org/" license=(GPL) depends=('cdrkit' 'coreutils' 'dosfstools' 'e2fsprogs' 'gptfdisk' 'gtk3' 'mtools' 'p7zip' 'parted' 'python2-configobj' 'python2-distutils-extra' 'python2-gobject' 'syslinux' 'udisks2' 'urlgrabber') -- cgit v1.3.1