extra/ffcall to 2.2-1

This commit is contained in:
Kevin Mihelich 2019-11-27 21:05:35 +00:00
parent 567d8f79fa
commit 1e4773359f

View file

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