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

Update to v0.7.0.

This commit is contained in:
2020-12-05 10:06:31 +01:00
parent 69df58c824
commit b1a603f5bc
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
pkgver = 0.6.1
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/simdjson/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
source = simdjson-0.6.1.tar.gz::https://github.com/simdjson/simdjson/archive/v0.6.1.tar.gz
sha256sums = 57ce12d94555cddc358a96a4995fb74375683a5ae09d3c7323dbd8ba09f4a850
source = simdjson-0.7.0.tar.gz::https://github.com/simdjson/simdjson/archive/v0.7.0.tar.gz
sha256sums = c814f7e20103cded7c2758ceaf41f9f63febe8914e7e72dd1daf1d6071aba8f0
pkgname = simdjson

View File

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