summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTpt2024-10-16 09:11:02 +0200
committerTpt2024-10-16 09:43:39 +0200
commit6e470d0b8296d25eea37e201bbaf856de5776c77 (patch)
tree4207de9d73ee98abf2e59a2d264931aeec195915 /PKGBUILD
parentfa775867da5681feda725eeb121b94aa0ae5ba49 (diff)
downloadaur-6e470d0b8296d25eea37e201bbaf856de5776c77.tar.gz
v0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ca085d32e5f..a4bb721dc950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Thomas Pellissier-Tanon <thomas at pellissier-tanon dot fr>
pkgname=oxigraph
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="SPARQL graph database and RDF toolkit"
arch=('x86_64')
url="https://github.com/oxigraph/oxigraph"
license=('MIT' 'Apache-2.0')
-depends=('openssl' 'rocksdb')
+depends=('gcc-libs' 'glibc' 'openssl' 'rocksdb')
makedepends=('pkg-config' 'rust')
-options=(!debug !lto)
+options=(!lto)
source=("$pkgname-$pkgver.tar.gz::https://github.com/oxigraph/oxigraph/releases/download/v${pkgver//_/-}/oxigraph_v${pkgver//_/-}.tar.gz")
-sha512sums=('b0ddc51460d482b18ed44bfa6c0d0047b7b53d1b83e16e085b688274ab2a632ec5eefb98d47422e40d9d781ad3ede0e70c2b9240ee6ceb8633936fc90d1103d3')
+sha512sums=('f7e60c359b88ad61f121b57f264cb8354e887bb3029178491e2add54a8b49f57db768a166b46f0a1fe7c8d4bb62efd3a381bae1aafdfa2355940a89d18391637')
prepare() {
export RUSTUP_TOOLCHAIN=stable