diff options
author | Will Sinatra <wpsinatra@gmail.com> | 2019-09-10 12:08:42 -0500 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-09-10 19:26:47 +0200 |
commit | 0fb2b27aac1278e3d552222828190d43de5ae316 (patch) | |
tree | e94513d7afe85782f8d5d42a51c97035970288af /testing/ffcall | |
parent | 44673bff866a0e432bd44381fd7adde5604f8765 (diff) | |
download | aports-0fb2b27aac1278e3d552222828190d43de5ae316.tar.bz2 aports-0fb2b27aac1278e3d552222828190d43de5ae316.tar.xz |
testing/ffcall: adopt
While at it: Enable it on all architectures.
Diffstat (limited to 'testing/ffcall')
-rw-r--r-- | testing/ffcall/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD index 218663cb26..8519c2b0b3 100644 --- a/testing/ffcall/APKBUILD +++ b/testing/ffcall/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: +# Maintainer: Will Sinatra <wpsinatra@gmail.com> pkgname=ffcall pkgver=2.2 -pkgrel=0 +pkgrel=1 pkgdesc="C library for implementing foreign function calls in embedded interpreters" url="https://www.gnu.org/software/libffcall" -arch="all !x86 !armhf !armv7" +arch="all" license="GPL-2.0-or-later" makedepends="$depends_dev" subpackages="$pkgname-doc" |