[arch-commits] Commit in clisp/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Sun Jul 12 15:15:06 UTC 2020
Date: Sunday, July 12, 2020 @ 15:15:06
Author: juergen
Revision: 391759
fix #66846
Modified:
clisp/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-12 15:07:19 UTC (rev 391758)
+++ PKGBUILD 2020-07-12 15:15:06 UTC (rev 391759)
@@ -1,14 +1,14 @@
# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
pkgname=clisp
pkgver=2.49.93
-pkgrel=3
+pkgrel=4
pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
arch=('x86_64')
license=('GPL')
url="https://clisp.sourceforge.io/"
-depends=('readline' 'libsigsegv')
+depends=('readline' 'libsigsegv' 'ffcall')
provides=('common-lisp')
-makedepends=('ffcall' 'mercurial')
+makedepends=('mercurial')
options=('!makeflags' '!emptydirs')
_rev=b55b8196c9f25428304ec3de87383319fd1f2264
source=(hg+http://hg.code.sf.net/p/clisp/clisp#revision=$_rev)
More information about the arch-commits
mailing list