Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
pacman
Commits:
20456a4e by Christian Hesse at 2025-06-04T09:35:55+02:00
get the commit from release/7.0.x
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pacman
pkgdesc = A library-based package manager with dependency support
- pkgver = 7.0.0.r6.gc685ae6
- pkgrel = 6
+ pkgver = 7.0.0.r7.g1f38429
+ pkgrel = 0
url = https://www.archlinux.org/pacman/
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,11 +2,11 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=pacman
-pkgver=7.0.0.r6.gc685ae6
-pkgrel=6
+pkgver=7.0.0.r7.g1f38429
+pkgrel=0
# use annotated tag and patch level commit from release branch (can be empty
for no patches)
_git_tag=7.0.0
-_git_patch_level_commit=c685ae6412af04cae1eaa5d6bda8c277c7ffb8c8
+_git_patch_level_commit=1f38429b1c5f30edce30c731aa352e6363cc788e
pkgdesc="A library-based package manager with dependency support"
arch=('x86_64')
url="https://www.archlinux.org/pacman/"
@@ -76,9 +76,6 @@ prepare() {
git rebase "${_git_patch_level_commit}"
fi
- # Initialise callback event fields
- git cherry-pick -n '0d37c1daa0990766d12d0060a353c829bf8616eb'
-
# handle patches
local -a patches
patches=($(printf '%s\n' "${source[@]}" | grep '.patch'))
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/20456a4e76e57a8a32886a5f29531d96d15b9285
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/20456a4e76e57a8a32886a5f29531d96d15b9285
You're receiving this email because of your account on gitlab.archlinux.org.