[arch-commits] Commit in ffcall/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Sat Jun 1 11:49:19 UTC 2019


    Date: Saturday, June 1, 2019 @ 11:49:18
  Author: juergen
Revision: 354669

upgpkg: ffcall 2.1-1

Modified:
  ffcall/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 10:24:51 UTC (rev 354668)
+++ PKGBUILD	2019-06-01 11:49:18 UTC (rev 354669)
@@ -2,15 +2,15 @@
 # Contributor: Michael Baehr <usemike at spamblocked.com>
 
 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="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}"



More information about the arch-commits mailing list