Date: Monday, February 8, 2021 @ 13:17:16 Author: anthraxx Revision: 407659
upgpkg: pacman 5.2.2-2: backport: don't let the strip routine mess up file attributes https://git.archlinux.org/pacman.git/patch/?id=88d054093c1c99a697d95b26bd9aad5bc4d8e170 Modified: pacman/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-08 12:56:19 UTC (rev 407658) +++ PKGBUILD 2021-02-08 13:17:16 UTC (rev 407659) @@ -4,7 +4,7 @@ pkgname=pacman pkgver=5.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library-based package manager with dependency support" arch=('x86_64') url="https://www.archlinux.org/pacman/" @@ -23,13 +23,20 @@ 'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory (pacman) <and...@archlinux.org> source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig} pacman.conf - makepkg.conf) + makepkg.conf + pacman-5.2.2-fix-strip-messing-up-file-attributes.patch::'https://git.archlinux.org/pacman.git/patch/?id=88d054093c1c99a697d95b26bd9aad5bc4d8e170') sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0' 'SKIP' '3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2' - '9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b') + '9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b' + '871fd97b3f13f1718358e4b8e046a56c0262c9042b5e3b5d60835606735798bd') +prepare() { + cd "$pkgname-$pkgver" + patch -Np1 < ../pacman-5.2.2-fix-strip-messing-up-file-attributes.patch +} + build() { cd "$pkgname-$pkgver"