extra/benchmark to 1.8.4-1

This commit is contained in:
David Beauchamp 2024-05-24 18:43:08 -04:00
parent 7b2089a19c
commit 49c2c11971

View file

@ -5,20 +5,23 @@
# - -DBENCHMARK_ENABLE_LTO=OFF
pkgname=benchmark
pkgver=1.8.3
pkgver=1.8.4
pkgrel=1
pkgdesc="A microbenchmark support library"
arch=('x86_64')
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
}