extra/ffcall to 2.4-1

This commit is contained in:
David Beauchamp 2021-07-16 14:24:55 -04:00
parent 243e8e953f
commit 2113dee482
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# - configure v7/v8 with --with-pic
pkgname=ffcall
pkgver=2.3
pkgver=2.4
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=('81e7e9862e342053b62004e1788b49e80defaa3186d0352cccf6e6b77c823ef2')
sha256sums=('8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2')
build() {
cd "${srcdir}/lib${pkgname}-${pkgver}"