1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 21:10:31 +01:00

upgpkg: simdjson 1.0.2-1

upstream release
This commit is contained in:
2021-10-28 08:03:41 +02:00
parent 553f482166
commit 0db5206fb8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = simdjson pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation. pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
pkgver = 1.0.1 pkgver = 1.0.2
pkgrel = 1 pkgrel = 1
url = https://github.com/simdjson/simdjson url = https://github.com/simdjson/simdjson
arch = x86_64 arch = x86_64
license = APACHE license = APACHE
makedepends = cmake makedepends = cmake
depends = gcc-libs depends = gcc-libs
source = simdjson-1.0.1.tar.gz::https://github.com/simdjson/simdjson/archive/v1.0.1.tar.gz source = simdjson-1.0.2.tar.gz::https://github.com/simdjson/simdjson/archive/v1.0.2.tar.gz
sha256sums = 5c6dea254c3c13d29c85437cdb01af498551f6820c0f5b15621216bd52549290 sha256sums = 46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c
pkgname = simdjson pkgname = simdjson

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl> # Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson pkgname=simdjson
pkgver=1.0.1 pkgver=1.0.2
pkgrel=1 pkgrel=1
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation." pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
arch=('x86_64') arch=('x86_64')
@@ -9,7 +9,7 @@ license=('APACHE')
depends=(gcc-libs) depends=(gcc-libs)
makedepends=(cmake) makedepends=(cmake)
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('5c6dea254c3c13d29c85437cdb01af498551f6820c0f5b15621216bd52549290') sha256sums=('46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"