aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcc-cross-embedded/APKBUILD
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@postmarketos.org>2019-11-17 18:27:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-18 05:48:53 +0100
commit38e6ffd6553d8df0cdcd9ad56cf761495e0ebc6d (patch)
treefe7fdfe101815f33c71495762aef31d0bb0b568e /testing/gcc-cross-embedded/APKBUILD
parentcab2f7460bc61617445a4f921c14b6b9d8ec0e0a (diff)
downloadaports-38e6ffd6553d8df0cdcd9ad56cf761495e0ebc6d.tar.bz2
aports-38e6ffd6553d8df0cdcd9ad56cf761495e0ebc6d.tar.xz
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]
Diffstat (limited to 'testing/gcc-cross-embedded/APKBUILD')
-rw-r--r--testing/gcc-cross-embedded/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gcc-cross-embedded/APKBUILD b/testing/gcc-cross-embedded/APKBUILD
index 1237e2b3d0..e313e005be 100644
--- a/testing/gcc-cross-embedded/APKBUILD
+++ b/testing/gcc-cross-embedded/APKBUILD
@@ -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"