bcal: update to 2.2
This commit is contained in:
parent
f5c1f0ef5c
commit
d559a8f247
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/bcal.c 2018-12-11 16:12:41.000000000 +0100
|
|
||||||
+++ src/bcal.c 2019-09-24 22:34:39.475836973 +0200
|
|
||||||
@@ -1923,7 +1923,7 @@
|
|
||||||
char *expr = fixexpr(exp, &ret); /* Make parsing compatible */
|
|
||||||
char *ptr;
|
|
||||||
|
|
||||||
- log(DEBUG, "expr: %s\n", expr);
|
|
||||||
+ log(DEBUG, "expr: %s\n", expr ? expr : "<null>");
|
|
||||||
|
|
||||||
if (expr == NULL) {
|
|
||||||
if (ret)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bcal'
|
# Template file for 'bcal'
|
||||||
pkgname=bcal
|
pkgname=bcal
|
||||||
version=2.1
|
version=2.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
depends="bc"
|
depends="bc"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jarun/bcal"
|
homepage="https://github.com/jarun/bcal"
|
||||||
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
|
||||||
checksum=c0b6cb911a773abdd555e6a9e0eb8a25934ceca038156e6250e117fa451beaa6
|
checksum=506d17d6df35fad636d3ced425afee5921cd2b21242099b78b369cfcb5716e23
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
|
||||||
broken="Can only be built for 64 bit targets which define __uint128_t."
|
broken="Can only be built for 64 bit targets which define __uint128_t."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue