From f98cf5689ea08c2bc66c4005038dbaaba56fd4e5 Mon Sep 17 00:00:00 2001 From: kth5 Date: Mon, 11 Nov 2024 22:40:36 +0100 Subject: [PATCH] * update redland to 1:1.0.17-9.1 --- redland/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redland/PKGBUILD b/redland/PKGBUILD index 991787891a..9ed33246dd 100644 --- a/redland/PKGBUILD +++ b/redland/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.17 pkgrel=9.1 url="http://librdf.org/" license=('LGPL-2.1-or-later OR Apache-2.0') -arch=(x86_64 powerpc64le powerpc riscv64) +arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) makedepends=('rasqal' 'raptor' 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite') source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc} rpath.diff) @@ -28,7 +28,7 @@ build() { --with-rasqal=system \ --with-sqlite=3 \ --with-bdb=no \ - --build=${CHOST} + --build=${CHOST} # nuke rpath patch -Np0 -i "${srcdir}/rpath.diff"