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

Update to v0.4.1

This commit is contained in:
2020-06-27 20:16:14 +02:00
parent 983dd05137
commit e0a1ed1051
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.4.0 pkgver = 0.4.1
pkgrel = 1 pkgrel = 1
url = https://github.com/lemire/simdjson url = https://github.com/lemire/simdjson
arch = x86_64 arch = x86_64
license = APACHE license = APACHE
makedepends = cmake makedepends = cmake
depends = gcc-libs depends = gcc-libs
source = simdjson-0.4.0.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.0.tar.gz source = simdjson-0.4.1.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.1.tar.gz
sha256sums = 4163d5acfa4f55ef0e0ec1267a5172beed4b1849e13a6b42f6231d471141bffd sha256sums = d71bcedeb61da450d7291c2f4526f3840a72ad2a8b876d0c07d70b2f88b4463a
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.4.0 pkgver=0.4.1
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/lemire/simdjson/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/lemire/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('4163d5acfa4f55ef0e0ec1267a5172beed4b1849e13a6b42f6231d471141bffd') sha256sums=('d71bcedeb61da450d7291c2f4526f3840a72ad2a8b876d0c07d70b2f88b4463a')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"