From b465001ca98865350ba330f0359539c6a7a399b5 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 21 Apr 2020 01:06:17 +0200 Subject: [PATCH] tweeny: not noarch Checks for 32/64 bit in usr/lib/cmake/Tweeny/TweenyConfigVersion.cmake # check that the installed version has the same 32/64bit-ness as the one which is currently searching: if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4") math(EXPR installedBits "4 * 8") set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") set(PACKAGE_VERSION_UNSUITABLE TRUE) endif() --- srcpkgs/tweeny/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template index 7eafa776321..8fe4509626d 100644 --- a/srcpkgs/tweeny/template +++ b/srcpkgs/tweeny/template @@ -1,8 +1,7 @@ # Template file for 'tweeny' pkgname=tweeny version=3.1.0 -revision=1 -archs=noarch +revision=2 build_style=cmake short_desc="Modern C++ tweening library" maintainer="Lorem "