From f5e25b23f6331aad868161d3305cad5755a74f79 Mon Sep 17 00:00:00 2001 From: thomasba Date: Tue, 8 Nov 2016 19:28:32 +0100 Subject: [PATCH] arch=any --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c7e4dcc..7698720 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=paste42 pkgver=20161108.1 pkgrel=1 pkgdesc="Utility to post text files to paste42.de using curl" -arch=('i686' 'x86_64') +arch=('any') url="https://paste42.de/" license=('GPL') depends=('curl' 'bash')