Revert "calc: update to 2.12.7.5"

Needs patching due to error:

 aarch64-linux-android-clang -DCALC_SRC -DCUSTOM -Wall  -march=native   -fPIC -O3 -g3 -I..  -I/data/data/com.termux/files/usr/include  -c -o custtbl.o custtbl.c
 clang: error: the clang compiler does not support '-march=native'

***

This reverts commit 087382e27b.
This commit is contained in:
Leonid Pliushch 2021-02-03 23:02:33 +00:00
parent 1b299a0a05
commit 06f0f909e2
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=http://www.isthe.com/chongo/tech/comp/calc/
TERMUX_PKG_DESCRIPTION="Arbitrary precision console calculator"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.12.7.5
TERMUX_PKG_VERSION=2.12.7.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://www.isthe.com/chongo/src/calc/calc-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=eed12c0907b7aeb60135e474956b6e5c8c5b5eecb19b99f272a5a3d88a91898a
TERMUX_PKG_SHA256=57af44181ca3af7348c82ee628cfd221677a09fef11a29d2e5667726d5aafc90
TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, readline"
TERMUX_PKG_BUILD_IN_SRC=true