1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +01:00

upgpkg: simdjson 1:3.9.3-1

upstream release
This commit is contained in:
2024-05-30 19:00:28 +02:00
parent ebaca4bdf7
commit 99dc3ebb98
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.2
pkgver=3.9.3
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=('79fbe700f4ac3dd69c4f08275af58399daabd612bca0c0465aea959c60256651')
sha256sums=('2e3d10abcde543d3dd8eba9297522cafdcebdd1db4f51b28f3bc95bf1d6ad23c')
build() {
cmake -B build -S "$pkgname-$pkgver" \