From a0fd657967b54beb430a08f315d7f8fe99dc7a23 Mon Sep 17 00:00:00 2001 From: Tim Stahlhut Date: Sun, 12 Jan 2025 12:48:23 -0500 Subject: [PATCH] jsoncpp: arch=('i686' 'x86_64') --- jsoncpp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsoncpp/PKGBUILD b/jsoncpp/PKGBUILD index 55d8db4f..7221a058 100644 --- a/jsoncpp/PKGBUILD +++ b/jsoncpp/PKGBUILD @@ -3,9 +3,9 @@ pkgbase="jsoncpp" pkgname=("${pkgbase}" "${pkgbase}-devel") pkgver=1.9.6 -pkgrel=2 +pkgrel=3 pkgdesc="A C++ library for interacting with JSON" -arch=('any') +arch=('i686' 'x86_64') url="https://github.com/open-source-parsers/jsoncpp" msys2_references=( "anitya: 7483"