mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffcall to 2.3-1
This commit is contained in:
parent
2be1f39347
commit
e02ebdb7a6
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue