summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-02-02 11:26:28 +0100
committerKlaus Alexander Seistrup2023-02-02 11:26:28 +0100
commitcacf4b6f3f987d8bc7dc5e831b0351464e53a762 (patch)
tree7c76ff08a845bf0597decd4db4e47b2c07d7d197
parentd216ad4de21be83206722db39cabe1797b1ae16d (diff)
downloadaur-cacf4b6f3f987d8bc7dc5e831b0351464e53a762.tar.gz
New upstream release: v6.2.4
Release notes: * https://github.com/gavinhoward/bc/releases/tag/6.2.4 * https://github.com/gavinhoward/bc/releases/tag/6.2.3 NB: While bc have has moved to https://git.gavinhoward.com/ as per the v6.2.3 release notes above, this AUR package will continue to fetch tarballs and signatures from the Microsoft GitHub repo because Gitea uses UUID-based download links that are hard to make scriptable.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be9e7b506fb..071e6fda0131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bc-gh
pkgdesc = Implementation of dc and POSIX bc with GNU extensions
- pkgver = 6.2.2
+ pkgver = 6.2.4
pkgrel = 1
url = https://github.com/gavinhoward/bc
arch = i686
@@ -14,12 +14,12 @@ pkgbase = bc-gh
provides = bc
conflicts = bc
options = lto
- source = bc-gh-6.2.2.tar.xz::https://github.com/gavinhoward/bc/releases/download/6.2.2/bc-6.2.2.tar.xz
- source = bc-gh-6.2.2.tar.xz.sig::https://github.com/gavinhoward/bc/releases/download/6.2.2/bc-6.2.2.tar.xz.sig
+ source = bc-gh-6.2.4.tar.xz::https://github.com/gavinhoward/bc/releases/download/6.2.4/bc-6.2.4.tar.xz
+ source = bc-gh-6.2.4.tar.xz.sig::https://github.com/gavinhoward/bc/releases/download/6.2.4/bc-6.2.4.tar.xz.sig
validpgpkeys = FF360647C7A7147F27DAAEC1B132F881C306590A
- sha256sums = 5b6fe23b720ab898c9c9c9cbdc83e124791b0b575005ec91a63175d3b69b90f2
- sha256sums = f692fe8e6ee7a8bca8527f7cdad653e82b16e398cc0d201a3aaa65116839cfd7
- sha512sums = 11389ebd522dddb4b255856452d4ff851915331e36682899e946a3eee46e6a3b7ac7d28a0be8b86fc79c230f8ea3d8f335a4722a0c49daa68c51b6c667e1d1fe
- sha512sums = ff5610cd0b33019277d1df84e9d7fcef7ab2c260099a7a02349a2ac3324c8b6be72f1dfb08a51818d8d8739394010a945bb7cf1e85bbc6fec856958157e7f071
+ sha256sums = 2b9f712e1e02473ca0e01979dd026e818dafc169a3cf63887d91bdaafeb812b5
+ sha256sums = 8cdf65daacd62ad1753396268fc5a29aa82d0800cb120bedb73db6e1778fa0ea
+ sha512sums = 0d573b118214aa345995f28ccce16dbbeb8dbb3aa793414b5e6c4a693f5f51e3c54f3fda60703b66183476933363d21dd2de06cec8bbc54d1bce4725957e5d38
+ sha512sums = d6c718f8308a42b7007cdc3f13e32f76681728b58673d9f178f107f57df9eb1c5d26e706974f981e39e3cdba60081f11133d3074172a301fa4b0401df26bdc2b
pkgname = bc-gh
diff --git a/PKGBUILD b/PKGBUILD
index 3963ec471239..686629fb4e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# -*- mode: sh -*-
pkgname=bc-gh
-pkgver=6.2.2
+pkgver=6.2.4
pkgrel=1
pkgdesc="Implementation of dc and POSIX bc with GNU extensions"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -18,18 +18,20 @@ source=(
"$pkgname-$pkgver.tar.xz.sig::$url/releases/download/$pkgver/bc-$pkgver.tar.xz.sig"
)
sha512sums=(
- '11389ebd522dddb4b255856452d4ff851915331e36682899e946a3eee46e6a3b7ac7d28a0be8b86fc79c230f8ea3d8f335a4722a0c49daa68c51b6c667e1d1fe'
- 'ff5610cd0b33019277d1df84e9d7fcef7ab2c260099a7a02349a2ac3324c8b6be72f1dfb08a51818d8d8739394010a945bb7cf1e85bbc6fec856958157e7f071'
+ '0d573b118214aa345995f28ccce16dbbeb8dbb3aa793414b5e6c4a693f5f51e3c54f3fda60703b66183476933363d21dd2de06cec8bbc54d1bce4725957e5d38'
+ 'd6c718f8308a42b7007cdc3f13e32f76681728b58673d9f178f107f57df9eb1c5d26e706974f981e39e3cdba60081f11133d3074172a301fa4b0401df26bdc2b'
)
sha256sums=(
- '5b6fe23b720ab898c9c9c9cbdc83e124791b0b575005ec91a63175d3b69b90f2'
- 'f692fe8e6ee7a8bca8527f7cdad653e82b16e398cc0d201a3aaa65116839cfd7'
+ '2b9f712e1e02473ca0e01979dd026e818dafc169a3cf63887d91bdaafeb812b5'
+ '8cdf65daacd62ad1753396268fc5a29aa82d0800cb120bedb73db6e1778fa0ea'
)
validpgpkeys=('FF360647C7A7147F27DAAEC1B132F881C306590A')
build() {
cd "bc-$pkgver"
+ test -n "$LTOFLAGS" || LTOFLAGS='-flto=auto'
+
CFLAGS="$CFLAGS -O3"
PREFIX=/usr ./configure.sh -p GNU -e -G -sbc.banner -sdc.tty_mode
make