diff options
author | Oliver Smith <ollieparanoid@postmarketos.org> | 2019-11-17 18:27:28 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-18 05:48:53 +0100 |
commit | 38e6ffd6553d8df0cdcd9ad56cf761495e0ebc6d (patch) | |
tree | fe7fdfe101815f33c71495762aef31d0bb0b568e /testing | |
parent | cab2f7460bc61617445a4f921c14b6b9d8ec0e0a (diff) | |
download | aports-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')
-rw-r--r-- | testing/gcc-cross-embedded/APKBUILD | 2 |
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" |