community/benchmark to 1.6.1-1

This commit is contained in:
Kevin Mihelich 2022-01-12 00:21:54 +00:00
parent 50a6af978d
commit 828f091a75
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# - -DBENCHMARK_ENABLE_LTO=OFF
pkgname=benchmark
pkgver=1.6.0
pkgver=1.6.1
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=('1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6')
sha256sums=('6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4')
prepare() {
cd "$srcdir/$pkgname-$pkgver"