testing/gcc-cross-embedded: bump pkgrel

Should fix:
/ # apk add gcc-arm-none-eabi
ERROR: unsatisfiable constraints:
  so:libmpfr.so.4 (missing):
    required by: gcc-arm-none-eabi-8.3.0-r0[so:libmpfr.so.4]
This commit is contained in:
Oliver Smith 2019-11-17 18:27:28 +01:00 committed by Leo
parent cab2f7460b
commit 38e6ffd655

View File

@ -13,7 +13,7 @@ _targets="
"
pkgname="$_pkgbase-cross-embedded"
pkgver=8.3.0
pkgrel=0
pkgrel=1
pkgdesc="The GNU Compiler Collection for embedded targets"
url="http://gcc.gnu.org"
depends="gcc"