* update benchmark to 1.8.4-1
This commit is contained in:
parent
c8e4afc607
commit
ddc02b2c4e
@ -3,20 +3,23 @@
|
||||
# Contributor: Philipp Claßen <philipp.classen@posteo.de>
|
||||
|
||||
pkgname=benchmark
|
||||
pkgver=1.8.3
|
||||
pkgver=1.8.4
|
||||
pkgrel=1
|
||||
pkgdesc="A microbenchmark support library"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/google/benchmark"
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('cmake')
|
||||
|
||||
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('6bc180a57d23d4d9515519f92b0c83d61b05b5bab188961f36ac7b06b0d9e9ce')
|
||||
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
"https://patch-diff.githubusercontent.com/raw/google/benchmark/pull/1793.patch")
|
||||
sha256sums=('3e7059b6b11fb1bbe28e33e02519398ca94c1818874ebed18e504dc6f709be45'
|
||||
'a064ca14bf086113c0eaae21a4f59f39e43e6291554b6d4985388e9553675bbb')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 -i ../1793.patch
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user