firmware/firmware-asus-me176c*: fix linter warnings (MR 1362)

It's called !archcheck, not !checkarch, oops! :)
This commit is contained in:
Minecrell 2020-06-23 14:01:12 +02:00 committed by Oliver Smith
parent 1eff900dcb
commit 6a2cc8e3db
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ arch="x86_64"
pkgdesc="Patched ACPI DSDT table for ASUS MeMO Pad 7 (ME176C(X))"
url="https://github.com/me176c-dev/me176c-acpi"
license="unknown"
options="!check !strip !checkarch"
options="!check !strip !archcheck"
makedepends="iasl"
_commit="9c25272d67965b7bbc03283e333822f02a8f9a9a"

View file

@ -5,7 +5,7 @@ arch="x86_64"
pkgdesc="Firmware for ASUS MeMO Pad 7 (ME176C(X))"
url="https://dlcdnets.asus.com/pub/ASUS/EeePAD/ME176C/UL-K013-WW-$pkgver-user.zip"
license="unknown"
options="!check !strip !checkarch"
options="!check !strip !archcheck"
source="$url"
_fwdir="/lib/firmware/postmarketos"