mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/benchmark to 1.8.0-1
This commit is contained in:
parent
36844a7800
commit
c69ed48652
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue