Package Details: libkdumpfile 0.5.4-1

Git Clone URL: https://aur.archlinux.org/libkdumpfile.git (read-only, click to copy)
Package Base: libkdumpfile
Description: Library for kernel core dump file access
Upstream URL: https://github.com/ptesarik/libkdumpfile
Licenses: GPL
Submitter: osandov
Maintainer: osandov
Last Packager: osandov
Votes: 1
Popularity: 0.034086
First Submitted: 2021-11-04 21:49 (UTC)
Last Updated: 2023-12-01 22:35 (UTC)

Latest Comments

brenns10 commented on 2023-11-10 10:00 (UTC) (edited on 2023-11-10 10:00 (UTC) by brenns10)

Packaging updates for 0.5.3:

$ diff -u PKGBUILD{.orig,}
--- PKGBUILD.orig       2023-11-10 01:57:40.157623069 -0800
+++ PKGBUILD    2023-11-10 01:59:28.849866003 -0800
@@ -1,7 +1,7 @@
 # Maintainer: Omar Sandoval <osandov at osandov dot com>

 pkgname=libkdumpfile
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='Library for kernel core dump file access'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('lzo' 'snappy' 'zlib' 'zstd')
 source=(https://github.com/ptesarik/libkdumpfile/releases/download/v$pkgver/libkdumpfile-$pkgver.tar.bz2)
-sha256sums=('eac42f63956a8ca0ef987cb29dfe51b6ce8427b05708d172175ff9b79051a9b3')
+sha256sums=('1a67d4a6f23893dfafcdea8c67d6b35928610320023cb0e98ae25a394c0f4fd2')

 build() {
        cd "$pkgname-$pkgver"