diff --git a/srcpkgs/bcal/patches/non-null.patch b/srcpkgs/bcal/patches/non-null.patch deleted file mode 100644 index 132fc086784..00000000000 --- a/srcpkgs/bcal/patches/non-null.patch +++ /dev/null @@ -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 : ""); - - if (expr == NULL) { - if (ret) diff --git a/srcpkgs/bcal/template b/srcpkgs/bcal/template index 905e22fccd5..3fbf97ccaf6 100644 --- a/srcpkgs/bcal/template +++ b/srcpkgs/bcal/template @@ -1,7 +1,7 @@ # Template file for 'bcal' pkgname=bcal -version=2.1 -revision=3 +version=2.2 +revision=1 build_style=gnu-makefile makedepends="readline-devel" depends="bc" @@ -10,7 +10,7 @@ maintainer="Jürgen Buchmüller " license="GPL-3.0-or-later" homepage="https://github.com/jarun/bcal" distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz" -checksum=c0b6cb911a773abdd555e6a9e0eb8a25934ceca038156e6250e117fa451beaa6 +checksum=506d17d6df35fad636d3ced425afee5921cd2b21242099b78b369cfcb5716e23 if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then broken="Can only be built for 64 bit targets which define __uint128_t."