firmware/firmware-asus-me176c*: fix linter warnings (MR 1362)
It's called !archcheck, not !checkarch, oops! :)
This commit is contained in:
parent
1eff900dcb
commit
6a2cc8e3db
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue