Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libunwind


Commits:
3a9de8f1 by Antonio Rojas at 2025-06-28T00:56:38+02:00
upgpkg: 1.8.2-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libunwind
        pkgdesc = Determine and manipulate the call-chain of a program
-       pkgver = 1.8.1
-       pkgrel = 3
+       pkgver = 1.8.2
+       pkgrel = 1
        url = https://www.nongnu.org/libunwind/
        arch = x86_64
        license = MIT
@@ -14,10 +14,12 @@ pkgbase = libunwind
        provides = libunwind-setjmp.so
        provides = libunwind-x86_64.so
        provides = libunwind.so
-       source = 
https://github.com/libunwind/libunwind/releases/download/v1.8.1/libunwind-1.8.1.tar.gz
-       source = 
https://github.com/libunwind/libunwind/releases/download/v1.8.1/libunwind-1.8.1.tar.gz.asc
+       source = 
https://github.com/libunwind/libunwind/releases/download/v1.8.2/libunwind-1.8.2.tar.gz
+       source = 
https://github.com/libunwind/libunwind/releases/download/v1.8.2/libunwind-1.8.2.tar.gz.asc
+       source = https://github.com/libunwind/libunwind/commit/b67d508a.patch
        validpgpkeys = F86EB09F72717426F20D36470A0FF845B7DB3427
-       b2sums = 
936e70f2428d8f6ada3b4d58b3c9e3a9738eb2f7aee1ad5fb4e44dbb7400186d1bd1ead86a698e53d199d5944b102f8380d08b48104a138021286a79fb006ec3
+       b2sums = 
b198b186c616adf1302d153a12949ceab07608f8133e42454e6b10bdf9518a514ef15d5ba52ef75b11e5f73fa330205accd415cfc30e6fa3ddd9724cbb088737
        b2sums = SKIP
+       b2sums = 
756ced55c34a33d55cc11f61c32230de820aede55d562aa94143c2f5adb7f408ed2f2d5c48642b035ec4d3ebc59175e6f4b889f712db2556b80a8002d91aa036
 
 pkgname = libunwind


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 # Contributor: keystone <[email protected]>
 
 pkgname=libunwind
-pkgver=1.8.1
-pkgrel=3
+pkgver=1.8.2
+pkgrel=1
 pkgdesc="Determine and manipulate the call-chain of a program"
 url="https://www.nongnu.org/libunwind/";
 arch=(x86_64)
@@ -23,15 +23,18 @@ provides=(
 )
 source=(
   
https://github.com/libunwind/libunwind/releases/download/v$pkgver/libunwind-$pkgver.tar.gz{,.asc}
+  https://github.com/libunwind/libunwind/commit/b67d508a.patch
 )
-b2sums=('936e70f2428d8f6ada3b4d58b3c9e3a9738eb2f7aee1ad5fb4e44dbb7400186d1bd1ead86a698e53d199d5944b102f8380d08b48104a138021286a79fb006ec3'
-        'SKIP')
+b2sums=('b198b186c616adf1302d153a12949ceab07608f8133e42454e6b10bdf9518a514ef15d5ba52ef75b11e5f73fa330205accd415cfc30e6fa3ddd9724cbb088737'
+        'SKIP'
+        
'756ced55c34a33d55cc11f61c32230de820aede55d562aa94143c2f5adb7f408ed2f2d5c48642b035ec4d3ebc59175e6f4b889f712db2556b80a8002d91aa036')
 validpgpkeys=(
   F86EB09F72717426F20D36470A0FF845B7DB3427  # Stephen M. Webb 
<[email protected]>
 )
 
 prepare() {
   cd libunwind-$pkgver
+  patch -p1 -i ../b67d508a.patch # Fix build with GCC 15
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunwind/-/commit/3a9de8f1bf0fb0972af45a9a3407d5260c188428

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunwind/-/commit/3a9de8f1bf0fb0972af45a9a3407d5260c188428
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to