pmb.aportgen: pkgname="..." -> pkgname=... (remove quotes) (MR 1924)

apkbuild-lint complains:
TP:[AL3]:APKBUILD:4:pkgname must not be quoted
This commit is contained in:
Minecrell 2020-04-22 23:14:19 +02:00 committed by Alexey Min
parent 2ca09cd21c
commit 2e9279ac21
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/{carch}/configs/(CHANGEME!)
pkgname="{pkgname}"
pkgname={pkgname}
pkgver=3.x.x
pkgrel=0
pkgdesc="{deviceinfo["name"]} kernel fork"