diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 13:17:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 15:38:03 +0000 |
commit | d95e2bc8267a24b585856b23e7819fc365dda981 (patch) | |
tree | 0a213236501459fd769ff6b7ef92d69801743ddb /testing/gforth | |
parent | 61de204159af1b0727f2330cb0c6e6749913660b (diff) | |
download | aports-d95e2bc8267a.tar.bz2 aports-d95e2bc8267a.tar.xz |
{main,community,testing}/*: rebuild against libffi.so.7
Diffstat (limited to 'testing/gforth')
-rw-r--r-- | testing/gforth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gforth/APKBUILD b/testing/gforth/APKBUILD index b6cff3e362..c8589b77c2 100644 --- a/testing/gforth/APKBUILD +++ b/testing/gforth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=gforth pkgver=0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Fast and portable implementation of the ANS Forth language" url="http://www.gnu.org/software/gforth/" arch="all !x86" # build fail on x86 |