diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-09-02 14:25:16 +0300 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-10-14 15:57:50 +0200 |
commit | fa3878bcc74134b28783850c8986d5f623b60704 (patch) | |
tree | b21cd974f17ebae0d6dcd666d00d16ce28fe099c | |
parent | bdfbf0adf255c19d787aee7e22eef97a8e75633b (diff) |
community/ecl: rebuild against libffi.so.8
-rw-r--r-- | community/ecl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ecl/APKBUILD b/community/ecl/APKBUILD index 2a018375bbe..47d6f968a14 100644 --- a/community/ecl/APKBUILD +++ b/community/ecl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Lucas Ramage <ramage.lucas@protonmail.com> pkgname=ecl pkgver=21.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Embeddable Common Lisp" # not compatible with soft-float archs (like mips) arch="all !mips !mips64" |