mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: simdjson 3.1.0-1
upstream release
This commit is contained in:
@@ -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 = 3.0.1
|
pkgver = 3.1.0
|
||||||
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-3.0.1.tar.gz::https://github.com/simdjson/simdjson/archive/v3.0.1.tar.gz
|
source = simdjson-3.1.0.tar.gz::https://github.com/simdjson/simdjson/archive/3.1.0.tar.gz
|
||||||
sha256sums = 156b1bc5eb0561b2bd166b46d191fd3d95a3e709cc63761477d3b7aec2b6e9ed
|
sha256sums = 14d17ba7139d27c1e1bf01e765f5c26e84cc9e9be6a316c977638e01c7de85fa
|
||||||
|
|
||||||
pkgname = simdjson
|
pkgname = simdjson
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
pkgname=simdjson
|
pkgname=simdjson
|
||||||
pkgver=3.0.1
|
pkgver=3.1.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')
|
||||||
@@ -8,8 +8,8 @@ url="https://github.com/simdjson/simdjson"
|
|||||||
license=('APACHE')
|
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/$pkgver.tar.gz")
|
||||||
sha256sums=('156b1bc5eb0561b2bd166b46d191fd3d95a3e709cc63761477d3b7aec2b6e9ed')
|
sha256sums=('14d17ba7139d27c1e1bf01e765f5c26e84cc9e9be6a316c977638e01c7de85fa')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user