community/benchmark to 1.8.0-1

This commit is contained in:
Kevin Mihelich 2023-05-08 23:06:04 +00:00
parent 36844a7800
commit c69ed48652

View file

@ -5,7 +5,7 @@
# - -DBENCHMARK_ENABLE_LTO=OFF
pkgname=benchmark
pkgver=1.7.1
pkgver=1.8.0
pkgrel=1
pkgdesc="A microbenchmark support library"
arch=('x86_64')
@ -15,7 +15,7 @@ depends=('gcc-libs')
makedepends=('cmake')
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7')
sha256sums=('ea2e94c24ddf6594d15c711c06ccd4486434d9cf3eca954e2af8a20c88f9f172')
prepare() {
cd "$srcdir/$pkgname-$pkgver"