extra/ffcall to 2.1-1

This commit is contained in:
Kevin Mihelich 2019-06-01 16:30:57 +00:00
parent 8585eadebe
commit e61c02d8a1

View file

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