[arch-commits] Commit in crash/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Jan 12 19:52:48 UTC 2019


    Date: Saturday, January 12, 2019 @ 19:52:48
  Author: anatolik
Revision: 422749

archrelease: copy trunk to community-x86_64

Added:
  crash/repos/community-x86_64/PKGBUILD
    (from rev 422748, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-12 19:52:18 UTC (rev 422748)
+++ PKGBUILD	2019-01-12 19:52:48 UTC (rev 422749)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Bernhard Walle <bernhard.walle at gmx.de>
-# Contributor: Michael Eckert <michael.eckert at linuxmail.org>
-# Contributor: Mathieu Pasquet <mathieui at mathieui.net>
-
-pkgname=crash
-pkgver=7.2.4
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('3ecc778b6aaabc11997315fb5be292734d7d8db0936294d4ed790c24beae9ab7')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  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 422748, crash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-12 19:52:48 UTC (rev 422749)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Bernhard Walle <bernhard.walle at gmx.de>
+# Contributor: Michael Eckert <michael.eckert at linuxmail.org>
+# Contributor: Mathieu Pasquet <mathieui at mathieui.net>
+
+pkgname=crash
+pkgver=7.2.5
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('3bef223a12a5bca1c83d16509de537f7d41cf32c421ab007480f1ecdf775e97d')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  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/
+}



More information about the arch-commits mailing list