From cffbf287113da53bd33152cf33b399db25b38997 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sun, 16 Oct 2022 02:26:38 +0800 Subject: [PATCH] makepkg: Set default arch for native x86_64 packages to `core2` This allows builtin atomic operations on 128-bit integers. Signed-off-by: LIU Hao --- pacman/PKGBUILD | 4 ++-- pacman/makepkg_mingw.conf | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index 52c48b20..6572cb00 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pacman pkgver=6.0.1 -pkgrel=18 +pkgrel=19 pkgdesc="A library-based package manager with dependency support (MSYS2 port)" arch=('i686' 'x86_64') url="https://www.archlinux.org/pacman/" @@ -70,7 +70,7 @@ validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD' # Allan McRae