diff options
-rw-r--r-- | community/gcc6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gcc6/APKBUILD b/community/gcc6/APKBUILD index c13db6d940..febf007994 100644 --- a/community/gcc6/APKBUILD +++ b/community/gcc6/APKBUILD @@ -3,7 +3,7 @@ pkgname=gcc6 pkgver=6.4.0 _ver=${pkgver%%.*} pkgname="$pkgname" -pkgrel=11 +pkgrel=11 # Update java-gcj-compat _gccpkgrel so it matchs! pkgdesc="The GNU Compiler Collection" url="https://gcc.gnu.org/" arch="all" |