mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Update to v.0.6.0.
The project also moved to its own organisation apparantly.
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,14 +1,14 @@
|
||||
pkgbase = simdjson
|
||||
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
|
||||
pkgver = 0.5.0
|
||||
pkgver = 0.6.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/lemire/simdjson
|
||||
url = https://github.com/simdjson/simdjson
|
||||
arch = x86_64
|
||||
license = APACHE
|
||||
makedepends = cmake
|
||||
depends = gcc-libs
|
||||
source = simdjson-0.5.0.tar.gz::https://github.com/lemire/simdjson/archive/v0.5.0.tar.gz
|
||||
sha256sums = 60846ae482e17230e41f5abf8f058a6e367c2a0ec1b5a6fd7a883a54ad21bee8
|
||||
source = simdjson-0.6.0.tar.gz::https://github.com/simdjson/simdjson/archive/v0.6.0.tar.gz
|
||||
sha256sums = f3d91afe578a88140ed2e5f0b60c5bfddd0426631c38506f5c70762691adb85e
|
||||
|
||||
pkgname = simdjson
|
||||
|
||||
|
||||
8
PKGBUILD
8
PKGBUILD
@@ -1,15 +1,15 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
pkgname=simdjson
|
||||
pkgver=0.5.0
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/lemire/simdjson"
|
||||
url="https://github.com/simdjson/simdjson"
|
||||
license=('APACHE')
|
||||
depends=(gcc-libs)
|
||||
makedepends=(cmake)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/lemire/simdjson/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('60846ae482e17230e41f5abf8f058a6e367c2a0ec1b5a6fd7a883a54ad21bee8')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('f3d91afe578a88140ed2e5f0b60c5bfddd0426631c38506f5c70762691adb85e')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user