[arch-commits] Commit in libsigsegv/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jan 19 13:18:46 UTC 2021
Date: Tuesday, January 19, 2021 @ 13:18:46
Author: arojas
Revision: 406409
Update to 2.13
Modified:
libsigsegv/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-19 12:50:32 UTC (rev 406408)
+++ PKGBUILD 2021-01-19 13:18:46 UTC (rev 406409)
@@ -2,8 +2,8 @@
# Contributor: Johannes Weiner <hannes at saeurebad.de>
pkgname=libsigsegv
-pkgver=2.12
-pkgrel=2
+pkgver=2.13
+pkgrel=1
arch=('x86_64')
pkgdesc="Page fault detection library"
url="https://www.gnu.org/software/libsigsegv/"
@@ -10,9 +10,10 @@
license=('GPL2')
depends=('glibc')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('df167811328b050d2b746bec3d88423edc5a8cbf'
+sha1sums=('c371743afe08c2ec817bd6d37f32d40cb28ea5a9'
'SKIP')
-validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2') # Bruno Haible (Open Source Development) <bruno at clisp.org>
+validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2'
+ '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) <bruno at clisp.org>
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list