mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/benchmark to 1.9.0-1
This commit is contained in:
parent
3cfd528bf5
commit
e3353a66db
2 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = benchmark
|
pkgbase = benchmark
|
||||||
pkgdesc = A microbenchmark support library
|
pkgdesc = A microbenchmark support library
|
||||||
pkgver = 1.8.5
|
pkgver = 1.9.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/google/benchmark
|
url = https://github.com/google/benchmark
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache-2.0
|
license = Apache-2.0
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
source = https://github.com/google/benchmark/archive/v1.8.5/benchmark-1.8.5.tar.gz
|
source = https://github.com/google/benchmark/archive/v1.9.0/benchmark-1.9.0.tar.gz
|
||||||
sha256sums = d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a
|
sha256sums = 35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994
|
||||||
|
|
||||||
pkgname = benchmark
|
pkgname = benchmark
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# - -DBENCHMARK_ENABLE_LTO=OFF
|
# - -DBENCHMARK_ENABLE_LTO=OFF
|
||||||
|
|
||||||
pkgname=benchmark
|
pkgname=benchmark
|
||||||
pkgver=1.8.5
|
pkgver=1.9.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=('d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a')
|
sha256sums=('35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue