Skip to content

Commit b1d43a5

Browse files
committed
[fix] : Fix wrong architecture
1 parent cf35399 commit b1d43a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

channels/releng/pacman-i686.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HoldPkg = pacman glibc
1919
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
2020
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
2121
#CleanMethod = KeepInstalled
22-
Architecture = i486
22+
Architecture = i686
2323

2424
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
2525
#IgnorePkg =

channels/releng/pacman-x86_64.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HoldPkg = pacman glibc
1919
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
2020
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
2121
#CleanMethod = KeepInstalled
22-
Architecture = i486
22+
Architecture = x86_64
2323

2424
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
2525
#IgnorePkg =

system/pacman-x86_64.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HoldPkg = pacman glibc
2929
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
3030
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
3131
#CleanMethod = KeepInstalled
32-
Architecture = auto
32+
Architecture = x86_64
3333

3434
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
3535
#IgnorePkg =

0 commit comments

Comments
 (0)