bc-gh: update to 2.0.0
This update brings extreme performance improvements, adds a few new features, and fixes a few subtle bugs.
This commit is contained in:
parent
6cd2fd55d0
commit
8a3548ba76
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bc-gh'
|
||||
pkgname=bc-gh
|
||||
version=1.2.8
|
||||
version=2.0.0
|
||||
revision=1
|
||||
wrksrc="bc-${version}"
|
||||
short_desc="Implementation of POSIX bc with GNU extensions"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/gavinhoward/bc"
|
||||
distfiles="${homepage}/releases/download/${version}/bc-${version}.tar.xz"
|
||||
checksum=7318ab9d4f0755d9c5d6efdd293b5d261a464cac79dec9f32c5a940cbd0ff14f
|
||||
checksum=0ddfc78f6588d9c4d33334cb6862e6db96b2e499a8a650701e98de745e3f549e
|
||||
alternatives="
|
||||
bc:bc:/usr/bin/bc-gh
|
||||
dc:dc:/usr/bin/dc-gh"
|
||||
|
@ -21,7 +21,7 @@ do_build() {
|
|||
make ${makejobs}
|
||||
}
|
||||
do_check() {
|
||||
make test
|
||||
make ${makejobs} test
|
||||
}
|
||||
do_install() {
|
||||
# Note that make install is used because of a symlink.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue