summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaare Jenssen2019-12-29 20:26:57 +0100
committerKaare Jenssen2019-12-29 20:26:57 +0100
commit3c3a2f13d1ebedb6f195717172f2b9797953c5cc (patch)
treeb004a9057fd195287f3d206af7bb0023dcaf0945 /PKGBUILD
parentd1eb14d01eeb38a95f8419c3575576d4a503a08b (diff)
downloadaur-clisp-new-clx.tar.gz
Updated to 2.50 to fix broken build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63cf93cb616f..912ed6ab15d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=clisp-new-clx
-_pkgname=clisp
-pkgver=2.49
+_pkgname=clisp-clisp
+pkgver=2.50
pkgrel=5
pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
arch=('i686' 'x86_64')
@@ -16,11 +16,12 @@ provides=('common-lisp' 'clisp')
conflicts=('clisp')
makedepends=('ffcall')
options=('!makeflags' '!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2")
-md5sums=('1962b99d5e530390ec3829236d168649')
+source=(https://gitlab.com/gnu-clisp/clisp/-/archive/clisp-2.50/clisp-clisp-${pkgver}.tar.bz2)
+md5sums=('e1813423a98973c2a43b3690c563c024')
build() {
cd $srcdir/${_pkgname}-${pkgver}
+
./configure --prefix=/usr --with-readline \
--with-module=clx/new-clx --with-ffcall src
cd src