mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/benchmark to 1.5.2-1
This commit is contained in:
parent
06df600133
commit
904275cac0
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
# - -DBENCHMARK_ENABLE_LTO=OFF
|
# - -DBENCHMARK_ENABLE_LTO=OFF
|
||||||
|
|
||||||
pkgname=benchmark
|
pkgname=benchmark
|
||||||
pkgver=1.5.1
|
pkgver=1.5.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A microbenchmark support library"
|
pkgdesc="A microbenchmark support library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/google/benchmark"
|
url="https://github.com/google/benchmark"
|
||||||
|
@ -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=('23082937d1663a53b90cb5b61df4bcc312f6dee7018da78ba00dd6bd669dfef2')
|
sha256sums=('dccbdab796baa1043f04982147e67bb6e118fe610da2c65f88912d73987e700c')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue