pacman 7.0.0-1

This commit is contained in:
xhaa123 2024-10-17 20:14:04 +08:00
parent 561b4a94e4
commit 728c31b431
2 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ source=(https://gitlab.archlinux.org/pacman/pacman/-/releases/v${pkgver}/downloa
mirrorlist)
sha256sums=(61cbd445d1381b4b184bc7c4e2791f07a79f0f2807b7c600399d0d08e8cd28cf
b3bce9d662e189e8e49013b818f255d08494a57e13fc264625f852f087d3def2
cef92e5e07b7794a2bd947b8ceae442ef2ea5fa3fb2c70c8a00da0c30bfb566a
ba93c1a07ca234f892559e85121bcff97dad8ab05d975a9f1798d72075637d12
128c4737dedd58e0b0ffec306feaf1752260591b1222bdcb32c22bcaf8a8a44a
f6faafd6691a2b11e98996ff09500803ade4d0e943e7bff08c59e4e42b171da5
851385788fcef9eba37c7b9403d0010ccc94800b3279bc60ab5fcabc6ee8d321

View File

@ -1,7 +1,8 @@
#########################################################################
# BUILD CONFIGURE
BUILD_CONFIGURE="\
../configure --{build,host}=${CHOST} \
../configure --build=${CHOST} \
--host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc \
--bindir=/usr/bin \
@ -13,7 +14,8 @@ BUILD_CONFIGURE="\
--docdir=/usr/share/doc/${pkgname}-${pkgver}"
CONFIGURE="\
./configure --{build,host}=${CHOST} \
./configure --build=${CHOST} \
--host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc \
--bindir=/usr/bin \