Fix arch directive

This commit is contained in:
Claudia Pellegrino 2022-07-05 09:30:01 +02:00
parent dc3ad4c4ec
commit d43d636e70
No known key found for this signature in database
GPG key ID: 7AA67DE7B73139CE
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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')