summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c2e949b29ff..927cd3ccadab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libkdumpfile-git
pkgdesc = Library for kernel core dump file access (git version)
- pkgver = 0.3.0.r271.gb11f14f
+ pkgver = 0.4.1.r0.gee29349
pkgrel = 1
url = https://github.com/ptesarik/libkdumpfile
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = libkdumpfile-git
depends = snappy
depends = zlib
provides = libkdumpfile
+ conflicts = libkdumpfile
source = libkdumpfile-git::git+https://github.com/ptesarik/libkdumpfile
sha256sums = SKIP
pkgname = libkdumpfile-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dac42674310e..9ec0263d838f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=libkdumpfile-git
-pkgver=0.3.0.r271.gb11f14f
+pkgver=0.4.1.r0.gee29349
pkgrel=1
pkgdesc='Library for kernel core dump file access (git version)'
arch=('x86_64')
@@ -9,6 +9,7 @@ url='https://github.com/ptesarik/libkdumpfile'
license=('GPL')
depends=('lzo' 'snappy' 'zlib')
makedepends=('git')
+conflicts=('libkdumpfile')
provides=('libkdumpfile')
source=("$pkgname::git+https://github.com/ptesarik/libkdumpfile")
sha256sums=('SKIP')