pacman: 7.0.0 -> 7.1.0

This commit is contained in:
SamLukeYes
2026-06-19 13:21:57 +08:00
parent 567a49d191
commit 803113e064
2 changed files with 12 additions and 7 deletions
@@ -1,8 +1,17 @@
diff --git a/meson.build b/meson.build
index c8ee42fd..610401ca 100644
index 1e8bd8f8..86e68a75 100644
--- a/meson.build
+++ b/meson.build
@@ -414,15 +414,6 @@ install_data(
@@ -433,8 +433,6 @@ configure_file(
configuration : substs,
install_dir : join_paths(SYSCONFDIR, 'makepkg.conf.d/'))
-install_emptydir(join_paths(SYSCONFDIR, 'makepkg.d/'))
-
configure_file(
input : 'etc/pacman.conf.in',
output : 'pacman.conf',
@@ -448,15 +446,6 @@ install_data(
'proto/proto.install',
install_dir : join_paths(DATAROOTDIR, 'pacman'))
+1 -5
View File
@@ -41,7 +41,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pacman";
version = "7.0.0";
version = "7.1.0";
src = fetchFromGitLab {
domain = "gitlab.archlinux.org";
@@ -101,10 +101,6 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail "/bin/true" "${coreutils}/bin/true"
substituteInPlace scripts/repo-add.sh.in \
--replace-fail bsdtar "${libarchive}/bin/bsdtar"
# Fix https://gitlab.archlinux.org/pacman/pacman/-/issues/171
substituteInPlace scripts/libmakepkg/source/git.sh.in \
--replace-warn "---mirror" "--mirror"
'';
mesonFlags = [