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

Felix Yan felixonmars at archlinux.org
Sat Jan 23 20:51:06 UTC 2021


    Date: Saturday, January 23, 2021 @ 20:51:06
  Author: felixonmars
Revision: 406670

upgpkg: libunwind 1.4.0-1

Modified:
  libunwind/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 20:39:57 UTC (rev 406669)
+++ PKGBUILD	2021-01-23 20:51:06 UTC (rev 406670)
@@ -5,8 +5,8 @@
 # Contributor: keystone <phillip.marvin at gmail.com>
 
 pkgname=libunwind
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
 arch=('x86_64')
 url='https://www.nongnu.org/libunwind/'
@@ -14,10 +14,11 @@
 depends=('glibc' 'xz')
 makedepends=('texlive-core')
 source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('3110d0aed4f5c781ef1ff72c9337e59793c02c42066209a4ac44f50eff1c0b0e02a5ff9f66891e62016de14af065a47975763970b839b700c0ff2e9f415c8def'
+sha512sums=('60bce1e840f071d3a48cfa8e2acff988977956f659c5c04ce83f00751348fbbeddbfc54e8c9bd6ebc9073423ca5ee1816655dc5aa59fefd0a8edc9c3f7f3b913'
             'SKIP')
 validpgpkeys=('5C96BDEAF5F47FB02BD4F6B965D98560914F3F48'  # Arun Sharma
-              '1675C8DA2EF907FB116EB709EC52B396E6874AF2') # Dave Watson
+              '1675C8DA2EF907FB116EB709EC52B396E6874AF2'  # Dave Watson
+              '75D2CFC56CC2E935A4143297015A268A17D55FA4') # Dave Watson
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list