mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 21:10:31 +01:00
Update to v0.5.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -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.7
|
pkgver = 0.5.0
|
||||||
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.7.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.7.tar.gz
|
source = simdjson-0.5.0.tar.gz::https://github.com/lemire/simdjson/archive/v0.5.0.tar.gz
|
||||||
sha256sums = 44c20aa1000a8ed67ed6d541048aa7e5ea26a3bcb833a7232310414fc46b3ef9
|
sha256sums = 60846ae482e17230e41f5abf8f058a6e367c2a0ec1b5a6fd7a883a54ad21bee8
|
||||||
|
|
||||||
pkgname = simdjson
|
pkgname = simdjson
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
pkgname=simdjson
|
pkgname=simdjson
|
||||||
pkgver=0.4.7
|
pkgver=0.5.0
|
||||||
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=('44c20aa1000a8ed67ed6d541048aa7e5ea26a3bcb833a7232310414fc46b3ef9')
|
sha256sums=('60846ae482e17230e41f5abf8f058a6e367c2a0ec1b5a6fd7a883a54ad21bee8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user