bc: Update to 1.08.1 (#5149)

This commit is contained in:
Christoph Reiter 2025-01-19 17:06:28 +01:00 committed by GitHub
parent a63a3c636d
commit c9fda490e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
# Maintainer: Sundaram Ramaswamy <legends2k@yahoo.com>
pkgname=bc
pkgver=1.07.1
pkgrel=3
pkgver=1.08.1
pkgrel=1
pkgdesc="An arbitrary precision calculator language"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/bc"
@ -14,7 +14,7 @@ license=('GPL')
depends=('libreadline' 'ncurses')
makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel' 'autotools')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a')
sha256sums=('b71457ffeb210d7ea61825ff72b3e49dc8f2c1a04102bbe23591d783d1bfe996')
prepare () {
cd "${srcdir}"/${pkgname}-${pkgver}