summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2022-06-10 20:40:31 +0200
committerKlaus Alexander Seistrup2022-06-10 20:40:31 +0200
commit7cbdf24029738ea6c012732f4a83d39d4c182942 (patch)
tree534a94b856906bda512f0999cf8c09cf54c193ac
parent236bd0b85717ea6a834cfea68e7acb70291c176c (diff)
downloadaur-7cbdf24029738ea6c012732f4a83d39d4c182942.tar.gz
New upstream release: v5.3.0
Release notes: * https://github.com/gavinhoward/bc/releases/tag/5.3.0 This package will be built using the editline library.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD13
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb57f9c5f2fc..fc101df402f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bc-gh
pkgdesc = Implementation of dc and POSIX bc with GNU extensions
- pkgver = 5.2.5
+ pkgver = 5.3.0
pkgrel = 1
url = https://github.com/gavinhoward/bc
arch = i686
@@ -10,14 +10,15 @@ pkgbase = bc-gh
arch = armv7h
arch = aarch64
license = BSD
+ depends = libedit
provides = bc
conflicts = bc
- source = bc-gh-5.2.5.tar.xz::https://github.com/gavinhoward/bc/releases/download/5.2.5/bc-5.2.5.tar.xz
- source = bc-gh-5.2.5.tar.xz.sig::https://github.com/gavinhoward/bc/releases/download/5.2.5/bc-5.2.5.tar.xz.sig
+ source = bc-gh-5.3.0.tar.xz::https://github.com/gavinhoward/bc/releases/download/5.3.0/bc-5.3.0.tar.xz
+ source = bc-gh-5.3.0.tar.xz.sig::https://github.com/gavinhoward/bc/releases/download/5.3.0/bc-5.3.0.tar.xz.sig
validpgpkeys = E2A30324A4465A4D5882692EC08038BDF280D33E
- sha256sums = 085d1f0d544f34c6e186a4b91e8978702eaa7645e39c630184efd49f17b3dbd5
- sha256sums = f34c348e806cc74aebb2c46cc8f54867ccecc672aae529828ab315d593d76f43
- sha512sums = 4236b50b5a2e97b65e22da621602af05e3f5ecbdc772d879083b60042ffc583b07958ab66304716236966620210d4524fd5f82d2145fb5606a9a0992b91fd1cd
- sha512sums = 2fadadc4f6d33d7c479fdf8f966d9880b1837012d126c2f27708b50a98b2ad130def8b3faf8a78ed669465a99f97e66080fe1c59d7deff90092ceb311b9f47c8
+ sha256sums = 1ed2695f842701addc051db79e636faa976d0703a946e855f625e41c1d2d76ba
+ sha256sums = 914ca004cc8403ef8ff8a5526d27fd033834fa1b4b41091b9ea0785688e11670
+ sha512sums = e87b59265026a42ec162a40b39324165632741031afc3c06a65b719ffb937ce9833e553e046dfe6c44216315fd055bbc83f9666776bf31b1fa5d9bea434751c7
+ sha512sums = ccfbd40e0d10fed392b180af288ce39f774622287307a1f6f44d58d3f907ffbd121cd9950118b8e223111027b88e38af629011aca4ac1d830dd407652d3c4fe0
pkgname = bc-gh
diff --git a/PKGBUILD b/PKGBUILD
index 8c0783e0eaa5..bc7415d427fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# -*- mode: sh -*-
pkgname=bc-gh
-pkgver=5.2.5
+pkgver=5.3.0
pkgrel=1
pkgdesc="Implementation of dc and POSIX bc with GNU extensions"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -11,17 +11,18 @@ url="https://github.com/gavinhoward/bc"
license=('BSD')
provides=('bc')
conflicts=('bc')
+depends=('libedit')
source=(
"$pkgname-$pkgver.tar.xz::$url/releases/download/$pkgver/bc-$pkgver.tar.xz"
"$pkgname-$pkgver.tar.xz.sig::$url/releases/download/$pkgver/bc-$pkgver.tar.xz.sig"
)
sha512sums=(
- '4236b50b5a2e97b65e22da621602af05e3f5ecbdc772d879083b60042ffc583b07958ab66304716236966620210d4524fd5f82d2145fb5606a9a0992b91fd1cd'
- '2fadadc4f6d33d7c479fdf8f966d9880b1837012d126c2f27708b50a98b2ad130def8b3faf8a78ed669465a99f97e66080fe1c59d7deff90092ceb311b9f47c8'
+ 'e87b59265026a42ec162a40b39324165632741031afc3c06a65b719ffb937ce9833e553e046dfe6c44216315fd055bbc83f9666776bf31b1fa5d9bea434751c7'
+ 'ccfbd40e0d10fed392b180af288ce39f774622287307a1f6f44d58d3f907ffbd121cd9950118b8e223111027b88e38af629011aca4ac1d830dd407652d3c4fe0'
)
sha256sums=(
- '085d1f0d544f34c6e186a4b91e8978702eaa7645e39c630184efd49f17b3dbd5'
- 'f34c348e806cc74aebb2c46cc8f54867ccecc672aae529828ab315d593d76f43'
+ '1ed2695f842701addc051db79e636faa976d0703a946e855f625e41c1d2d76ba'
+ '914ca004cc8403ef8ff8a5526d27fd033834fa1b4b41091b9ea0785688e11670'
)
validpgpkeys=('E2A30324A4465A4D5882692EC08038BDF280D33E')
CFLAGS="$CFLAGS -flto -O3"
@@ -29,7 +30,7 @@ CFLAGS="$CFLAGS -flto -O3"
build() {
cd "bc-$pkgver"
- PREFIX=/usr ./configure.sh -G -sbc.banner -sdc.tty_mode
+ PREFIX=/usr ./configure.sh -e -G -sbc.banner -sdc.tty_mode
make
}