mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Fix arch directive
This commit is contained in:
parent
dc3ad4c4ec
commit
d43d636e70
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue