[arch-commits] Commit in pacman/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon May 17 01:31:06 UTC 2021


    Date: Monday, May 17, 2021 @ 01:31:05
  Author: allan
Revision: 415611

upgpkg: pacman 5.2.2-4: fix debug package compatibility with gcc-11

Modified:
  pacman/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-17 01:24:06 UTC (rev 415610)
+++ PKGBUILD	2021-05-17 01:31:05 UTC (rev 415611)
@@ -3,7 +3,7 @@
 
 pkgname=pacman
 pkgver=5.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="https://www.archlinux.org/pacman/"
@@ -23,17 +23,20 @@
 source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
         pacman.conf
         makepkg.conf
-        pacman-5.2.2-fix-strip-messing-up-file-attributes.patch::'https://git.archlinux.org/pacman.git/patch/?id=88d054093c1c99a697d95b26bd9aad5bc4d8e170')  
+        pacman-5.2.2-fix-strip-messing-up-file-attributes.patch::'https://git.archlinux.org/pacman.git/patch/?id=88d054093c1c99a697d95b26bd9aad5bc4d8e170'
+	pacman-5.2.2-fix-debug-packages-with-gcc11.patch::'https://git.archlinux.org/pacman.git/patch/?id=bdf6aa3fb757a2363a4e708174b7d23a4997763d')  
 sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
             'SKIP'
             '3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
             '46a7fda0f2ebd2957db1c0264ed8a659df0916ba30e1353ecc70ef47d2b118ff'
-            '871fd97b3f13f1718358e4b8e046a56c0262c9042b5e3b5d60835606735798bd')
+            '871fd97b3f13f1718358e4b8e046a56c0262c9042b5e3b5d60835606735798bd'
+            '6be31dd7f4e1645e58c26fafaf1d9df4ba5e31b629fc3e8f4070d771571d0011')
 
 
 prepare() {
   cd "$pkgname-$pkgver"
-  patch -Np1 < ../pacman-5.2.2-fix-strip-messing-up-file-attributes.patch
+  patch -Np1 < "$srcdir"/pacman-5.2.2-fix-strip-messing-up-file-attributes.patch
+  patch -Np1 < "$srcdir"/pacman-5.2.2-fix-debug-packages-with-gcc11.patch
 }
 
 build() {



More information about the arch-commits mailing list