diff options
Diffstat (limited to 'system/libffi')
-rw-r--r-- | system/libffi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libffi/APKBUILD b/system/libffi/APKBUILD index 07a5be5eb..a917da6f3 100644 --- a/system/libffi/APKBUILD +++ b/system/libffi/APKBUILD @@ -2,7 +2,7 @@ pkgname=libffi pkgver=3.2.1 pkgrel=6 -pkgdesc="A portable, high level programming interface to various calling conventions." +pkgdesc="A portable foreign function interface library" url="https://sourceware.org/libffi" arch="all" license="MIT" |