newapkbuild.in: Allign with CODINGSTYLE quoting

This commit is contained in:
TBK 2020-03-09 17:02:10 +00:00 committed by Natanael Copa
parent 402b582810
commit 1888007c38
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ newaport() {
cat >APKBUILD<<__EOF__
# Contributor:${PACKAGER:+" "}${PACKAGER}
# Maintainer:${MAINTAINER:+" "}${MAINTAINER}
pkgname="$pkgname"
pkgver="$pv"
pkgname=$pkgname
pkgver=$pv
pkgrel=0
pkgdesc="$pkgdesc"
url="$url"