fixpkg(cloudflare-wrangler): fix arch

This commit is contained in:
MedzikUser 2022-05-22 21:23:30 +02:00
parent 5df400b288
commit e4151280a7
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
_pkgname='wrangler'
pkgname='cloudflare-wrangler'
pkgver="1.19.12"
pkgrel=1
pkgrel=2
pkgdesc='Command-line tool for working with Cloudflare Workers'
arch=('any')
arch=('x86_64')
url="https://github.com/cloudflare/wrangler"
license=('Apache' 'MIT')
makedepends=('cargo')