temp/gcc6: remove misleading second pkgname line

Remove the pkgname="$pkgname" line from the APKBUILD, this confuses
pmbootstrap.
This commit is contained in:
Oliver Smith 2018-11-30 08:59:36 +01:00
parent 5cef6135da
commit 7a6e8aa044
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -3,7 +3,6 @@
pkgname=gcc6 pkgname=gcc6
pkgver=6.4.0 pkgver=6.4.0
_ver=${pkgver%%.*} _ver=${pkgver%%.*}
pkgname="$pkgname"
pkgrel=7 pkgrel=7
pkgdesc="The GNU Compiler Collection" pkgdesc="The GNU Compiler Collection"
url="http://gcc.gnu.org" url="http://gcc.gnu.org"