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

Update to v0.8.2.

This commit is contained in:
2021-02-11 18:20:24 +01:00
parent c174c80b90
commit 4548042e30
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
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 = 0.8.1 pkgver = 0.8.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-0.8.1.tar.gz::https://github.com/simdjson/simdjson/archive/v0.8.1.tar.gz source = simdjson-0.8.2.tar.gz::https://github.com/simdjson/simdjson/archive/v0.8.2.tar.gz
sha256sums = 761c137d1e85cdd68ca259f9554ad51d3cc9784f6b2d4f6dbaeb999dd11947b8 sha256sums = 6540b7fe5d7cb37afdf8be487b2c6abf31a503fe6709c581d2b198b0016cc5fc
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=0.8.1 pkgver=0.8.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=('761c137d1e85cdd68ca259f9554ad51d3cc9784f6b2d4f6dbaeb999dd11947b8') sha256sums=('6540b7fe5d7cb37afdf8be487b2c6abf31a503fe6709c581d2b198b0016cc5fc')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"