From 7395ed0fdd1f5d4def95bc8f9239deb767f89458 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 2 Aug 2016 07:40:21 -0400 Subject: [PATCH] picolisp: Bump version, blacklist x86_64 --- packages/picolisp/build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 5497c144..e60e6652 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -2,13 +2,15 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DEPENDS="libcrypt, openssl" _PICOLISP_YEAR=16 -_PICOLISP_MONTH=7 -_PICOLISP_DAY=19 +_PICOLISP_MONTH=8 +_PICOLISP_DAY=1 TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz TERMUX_PKG_NO_SRC_CACHE=yes TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true +# The assembly is not position-independent (would be a major rewrite): +TERMUX_PKG_BLACKLISTED_ARCHES="x86_64" termux_step_pre_configure() { # Validate that we have the right version: -- 2.11.0