community/benchmark to 1.6.0-1

This commit is contained in:
Kevin Mihelich 2021-10-25 21:03:25 +00:00
parent 56d1729b2e
commit 1612bd478a

View file

@ -5,7 +5,7 @@
# - -DBENCHMARK_ENABLE_LTO=OFF
pkgname=benchmark
pkgver=1.5.6
pkgver=1.6.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=('789f85b4810d13ff803834ea75999e41b326405d83d6a538baf01499eda96102')
sha256sums=('1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6')
prepare() {
cd "$srcdir/$pkgname-$pkgver"