From 4f72f73e491ec4eebfe91ff23a57c21d8b6891d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Wed, 29 Jan 2014 17:21:27 +0100 Subject: [PATCH] forgot to set architecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- extras/lightweight-ponies/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/lightweight-ponies/PKGBUILD b/extras/lightweight-ponies/PKGBUILD index a7bcbeb8..52520500 100644 --- a/extras/lightweight-ponies/PKGBUILD +++ b/extras/lightweight-ponies/PKGBUILD @@ -1,10 +1,10 @@ pkgname=lightweight-ponies pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Featurefree lightweight ponysay script" url="https://github.com/erkin/ponysay/extras/lightweight-ponies" license=('custom:GNUAllPermissive') -arch=('i686' 'x86_64') +arch=('any') depends=('sh' 'grep' 'sed' 'findutils' 'coreutils' 'ponysay') _commit=1d748f6da31cc81d3c97ea511d5e2d93149d00c8 source=("https://github.com/erkin/ponysay/archive/${_commit}.tar.gz")