From d43d636e700a05ebec1f43076f3b13f9eb3502cc Mon Sep 17 00:00:00 2001 From: Claudia Pellegrino Date: Tue, 5 Jul 2022 09:30:01 +0200 Subject: [PATCH] Fix arch directive --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dec9bdf24a2d..025cada07b36 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = playdate-sdk pkgrel = 1 url = https://play.date/dev/ install = playdate-sdk.install - arch = any + arch = x86_64 license = custom makedepends = curl makedepends = jq diff --git a/PKGBUILD b/PKGBUILD index 323d1ee8e3c7..459bf05ea791 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=playdate-sdk pkgver=1.12.0 pkgrel=1 pkgdesc='SDK for the Playdate console with Lua and C APIs, docs, and a simulator' -arch=('any') +arch=('x86_64') url='https://play.date/dev/' license=('custom') depends=('xdg-utils')