mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffcall to 2.2-1
This commit is contained in:
parent
567d8f79fa
commit
1e4773359f
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue