mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/benchmark to 1.7.0-1
This commit is contained in:
parent
a268a7663d
commit
c640d0727b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - -DBENCHMARK_ENABLE_LTO=OFF
|
# - -DBENCHMARK_ENABLE_LTO=OFF
|
||||||
|
|
||||||
pkgname=benchmark
|
pkgname=benchmark
|
||||||
pkgver=1.6.2
|
pkgver=1.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A microbenchmark support library"
|
pkgdesc="A microbenchmark support library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -15,7 +15,7 @@ depends=('gcc-libs')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
|
|
||||||
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||||
sha256sums=('a9f77e6188c1cd4ebedfa7538bf5176d6acc72ead6f456919e5f464ef2f06158')
|
sha256sums=('3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue