Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
libkdumpfile


Commits:
cec9fbc5 by Christian Heusel at 2024-10-10T17:01:15+02:00
upgpkg: 0.5.4-2: import into [extra]

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = libkdumpfile
        pkgdesc = Library for kernel core dump file access
        pkgver = 0.5.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/ptesarik/libkdumpfile
        arch = x86_64
-       license = GPL
+       license = LGPL-3.0-or-later OR GPL-2.0-or-later
+       depends = glibc
        depends = lzo
        depends = snappy
        depends = zlib


=====================================
PKGBUILD
=====================================
@@ -1,28 +1,35 @@
-# Maintainer: Omar Sandoval <osandov at osandov dot com>
+# Maintainer: Christian Heusel <[email protected]>
+# Contributor: Omar Sandoval <osandov at osandov dot com>
 
 pkgname=libkdumpfile
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for kernel core dump file access'
 arch=('x86_64')
 url='https://github.com/ptesarik/libkdumpfile'
-license=('GPL')
-depends=('lzo' 'snappy' 'zlib' 'zstd')
+license=('LGPL-3.0-or-later OR GPL-2.0-or-later')
+depends=(
+    'glibc'
+    'lzo'
+    'snappy'
+    'zlib'
+    'zstd'
+)
 
source=(https://github.com/ptesarik/libkdumpfile/releases/download/v$pkgver/libkdumpfile-$pkgver.tar.bz2)
 sha256sums=('a661003a81a8cabe40b4cfe6edcfe019d8877f0478133b11e884a4526d8697c4')
 
 build() {
-       cd "$pkgname-$pkgver"
-       ./configure --prefix=/usr --without-python
-       make
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr --without-python
+    make
 }
 
 check() {
-       cd "$pkgname-$pkgver"
-       make check
+    cd "$pkgname-$pkgver"
+    make check
 }
 
 package() {
-       cd "$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" install
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libkdumpfile/-/commit/cec9fbc574126f11bc51ca2b79ece7c0e8ba60d6

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


Reply via email to