Date: Saturday, May 6, 2023 @ 04:09:21
Author: anatolik
Revision: 1458946
archrelease: copy trunk to community-x86_64
Added:
crash/repos/community-x86_64/PKGBUILD
(from rev 1458945, crash/trunk/PKGBUILD)
Deleted:
crash/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 04:08:56 UTC (rev 1458945)
+++ PKGBUILD 2023-05-06 04:09:21 UTC (rev 1458946)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-# Contributor: Bernhard Walle <[email protected]>
-# Contributor: Michael Eckert <[email protected]>
-# Contributor: Mathieu Pasquet <[email protected]>
-
-pkgname=crash
-pkgver=8.0.2
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='https://crash-utility.github.io/'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib libelf guile mpfr)
-makedepends=(wget)
-optdepends=('binutils: offline vmcore loading functionality')
-source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('a2071e677476c31428b2820aa0d1d9413cb455e84850f1210a8b55c3733e9815')
-
-build() {
- cd crash-$pkgver
- CPPFLAGS+=' -O2' # to fix https://github.com/crash-utility/crash/issues/87
- make
-}
-
-package() {
- cd crash-$pkgver
-
- mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
- install crash "$pkgdir"/usr/bin/
- install crash.8 "$pkgdir"/usr/share/man/man8/
-}
Copied: crash/repos/community-x86_64/PKGBUILD (from rev 1458945,
crash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-06 04:09:21 UTC (rev 1458946)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Bernhard Walle <[email protected]>
+# Contributor: Michael Eckert <[email protected]>
+# Contributor: Mathieu Pasquet <[email protected]>
+
+pkgname=crash
+pkgver=8.0.3
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='https://crash-utility.github.io/'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib libelf guile mpfr)
+makedepends=(wget)
+optdepends=('binutils: offline vmcore loading functionality')
+source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz)
+sha256sums=('22750c927286296e574991edfa9e7bf43bfe4bf9f1163615f08b210854bcb2bd')
+
+build() {
+ cd crash-$pkgver
+ CPPFLAGS+=' -O2' # to fix https://github.com/crash-utility/crash/issues/87
+ make
+}
+
+package() {
+ cd crash-$pkgver
+
+ mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+ install crash "$pkgdir"/usr/bin/
+ install crash.8 "$pkgdir"/usr/share/man/man8/
+}