1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

upgpkg: simdjson 1:3.9.5-1

upstream release
This commit is contained in:
2024-07-08 18:46:57 +02:00
parent 0635f17d23
commit ecaa9461d8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
epoch=1
pkgver=3.9.4
pkgver=3.9.5
pkgrel=1
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=(gcc-libs)
makedepends=(cmake)
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('9bf13be00fa1e1c5891a90dbc39b983e09972f0972a8956c20a9974cedfcca2f')
sha256sums=('3d9e894a0ded85c000ec5b6ed1450ab4b037f44ba95eb3b0fefb4cda72cd9dab')
build() {
cmake -B build -S "$pkgname-$pkgver" \