mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Update to v0.4.2
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
pkgname=simdjson
|
||||
pkgver=0.4.1
|
||||
pkgver=0.4.2
|
||||
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/lemire/simdjson/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('d71bcedeb61da450d7291c2f4526f3840a72ad2a8b876d0c07d70b2f88b4463a')
|
||||
sha256sums=('1cf4b0ac96845c4be086bb2adfad6fe49c291e19464945d399f2af85213a1c4c')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user