mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/benchmark to 1.5.3-1
This commit is contained in:
parent
86240c5e6e
commit
5067d1e023
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - -DBENCHMARK_ENABLE_LTO=OFF
|
||||
|
||||
pkgname=benchmark
|
||||
pkgver=1.5.2
|
||||
pkgver=1.5.3
|
||||
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=('dccbdab796baa1043f04982147e67bb6e118fe610da2c65f88912d73987e700c')
|
||||
sha256sums=('e4fbb85eec69e6668ad397ec71a3a3ab165903abe98a8327db920b94508f720e')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue