Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/bcal/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Template file for 'bcal'
pkgname=bcal
version=2.4
version=2.5
revision=1
build_style=gnu-makefile
makedepends="readline-devel"
depends="bc"
short_desc="Byte CALculator for storage conversions and calculations"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/bcal"
changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG"
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df
checksum=7e00d38aca2272ef93f55515841e2912ecf845914ec140f8e4c356e1493cf5cf

if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
broken="Can only be built for 64 bit targets which define __uint128_t."
Expand Down