From 904275cac01d4e1534807cc827ecfb4f6ffd4139 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 18 Sep 2020 19:11:52 +0000 Subject: [PATCH] community/benchmark to 1.5.2-1 --- community/benchmark/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/benchmark/PKGBUILD b/community/benchmark/PKGBUILD index 1b6295d30..df42e0c31 100644 --- a/community/benchmark/PKGBUILD +++ b/community/benchmark/PKGBUILD @@ -5,8 +5,8 @@ # - -DBENCHMARK_ENABLE_LTO=OFF pkgname=benchmark -pkgver=1.5.1 -pkgrel=2 +pkgver=1.5.2 +pkgrel=1 pkgdesc="A microbenchmark support library" arch=('x86_64') url="https://github.com/google/benchmark" @@ -15,7 +15,7 @@ depends=('gcc-libs') makedepends=('cmake') source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('23082937d1663a53b90cb5b61df4bcc312f6dee7018da78ba00dd6bd669dfef2') +sha256sums=('dccbdab796baa1043f04982147e67bb6e118fe610da2c65f88912d73987e700c') prepare() { cd "$srcdir/$pkgname-$pkgver"