[arch-commits] Commit in ffcall/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 10 22:50:12 UTC 2021
Date: Thursday, June 10, 2021 @ 22:50:12
Author: felixonmars
Revision: 417929
upgpkg: ffcall 2.3-1
Modified:
ffcall/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-10 22:45:52 UTC (rev 417928)
+++ PKGBUILD 2021-06-10 22:50:12 UTC (rev 417929)
@@ -2,8 +2,8 @@
# Contributor: Michael Baehr <usemike at spamblocked.com>
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/"
@@ -10,7 +10,7 @@
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}"
More information about the arch-commits
mailing list