* update benchmark to 1.9.1-1

This commit is contained in:
Alexander Baldeck 2024-12-31 22:41:33 +01:00
parent e54c5b92e3
commit bc266774cc
2 changed files with 7 additions and 11 deletions

View File

@ -1,17 +1,13 @@
pkgbase = benchmark
pkgdesc = A microbenchmark support library
pkgver = 1.9.0
pkgrel = 1.1
pkgver = 1.9.1
pkgrel = 1
url = https://github.com/google/benchmark
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = Apache-2.0
makedepends = cmake
depends = gcc-libs
source = https://github.com/google/benchmark/archive/v1.9.0/benchmark-1.9.0.tar.gz
sha256sums = 35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994
source = https://github.com/google/benchmark/archive/v1.9.1/benchmark-1.9.1.tar.gz
sha256sums = 32131c08ee31eeff2c8968d7e874f3cb648034377dfc32a4c377fa8796d84981
pkgname = benchmark

View File

@ -3,8 +3,8 @@
# Contributor: Philipp Claßen <philipp.classen@posteo.de>
pkgname=benchmark
pkgver=1.9.0
pkgrel=1.1
pkgver=1.9.1
pkgrel=1
pkgdesc="A microbenchmark support library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/google/benchmark"
@ -13,7 +13,7 @@ depends=('gcc-libs')
makedepends=('cmake')
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994')
sha256sums=('32131c08ee31eeff2c8968d7e874f3cb648034377dfc32a4c377fa8796d84981')
prepare() {
cd "$srcdir/$pkgname-$pkgver"