mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/benchmark to 1.6.0-1
This commit is contained in:
parent
56d1729b2e
commit
1612bd478a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue