* fix libxcrypt provides and pacman.conf any problem
This commit is contained in:
parent
80623e7ba0
commit
ed8cb00cea
@ -4,7 +4,7 @@ _arch=powerpc
|
||||
_target=${_arch}-unknown-linux-gnu
|
||||
pkgname=${_target}-pacman
|
||||
pkgver=2024.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Pacman configurations for ${_target} to install dependencies for cross-compilation"
|
||||
arch=(any)
|
||||
url="https://archlinuxpower.org"
|
||||
@ -18,8 +18,8 @@ source=(pacman-arch.sh
|
||||
fakebase.desc)
|
||||
backup=(etc/pacman-${_arch}.conf)
|
||||
sha256sums=('5fd18c74198312560579d900af2b0e52b757b47fb70e4f78e995b29cf0b5ee7a'
|
||||
'2fb7c0ecd3005b7657d5c0eeb72d98026acc83d91f52711406c22f0984bd6f66'
|
||||
'a36c46d05728a3e7a5806e4bf215b0d3cfa76a66bb9357bc852476b654dcdaf8')
|
||||
'6f33ebf51611f93c75b44d58a76ec27346fc9c25ece6393de24f0ced3fef6bdc'
|
||||
'bdf0d0527ce6a5becbfc09b4c7066319816e68a626153282f529a679cb9d4e4f')
|
||||
|
||||
prepare() {
|
||||
if [ -d /usr/${_target}/var/lib/pacman ]; then
|
||||
|
@ -37,5 +37,7 @@ filesystem
|
||||
gcc
|
||||
gcc-libs
|
||||
glibc
|
||||
libcrypt.so
|
||||
libcrypt.so=2-32
|
||||
libxcrypt
|
||||
linux-api-headers
|
||||
|
@ -72,11 +72,11 @@ LocalFileSigLevel = Optional
|
||||
#[testing-any]
|
||||
#Server = https://repo.archlinuxpower.org/testing/any
|
||||
|
||||
[testing]
|
||||
Server = https://repo.archlinuxpower.org/testing/$arch
|
||||
#[testing]
|
||||
#Server = https://repo.archlinuxpower.org/testing/$arch
|
||||
|
||||
#[base-any]
|
||||
#Server = https://repo.archlinuxpower.org/base/any
|
||||
[base-any]
|
||||
Server = https://repo.archlinuxpower.org/base/any
|
||||
|
||||
[base]
|
||||
Server = https://repo.archlinuxpower.org/base/$arch
|
||||
|
Loading…
x
Reference in New Issue
Block a user