extra/ffcall to 2.3-1

This commit is contained in:
Kevin Mihelich 2021-06-17 00:25:56 +00:00
parent 2be1f39347
commit e02ebdb7a6

View file

@ -5,15 +5,15 @@
# - configure v7/v8 with --with-pic
pkgname=ffcall
pkgver=2.2
pkgrel=2
pkgver=2.3
pkgrel=1
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
arch=('x86_64')
url="https://www.gnu.org/software/libffcall/"
license=('GPL2')
options=('!makeflags' 'staticlibs')
source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
sha256sums=('ebfa37f97b6c94fac24ecf3193f9fc829517cf81aee9ac2d191af993d73cb747')
sha256sums=('81e7e9862e342053b62004e1788b49e80defaa3186d0352cccf6e6b77c823ef2')
build() {
cd "${srcdir}/lib${pkgname}-${pkgver}"