diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-17 03:23:13 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-17 03:23:13 +0000 |
commit | d9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (patch) | |
tree | 576dd0e595b65810f7f19ae8b9e9617a52831dec /community/crash | |
parent | c78a18750fc2b9df6ea94089159f4176a1f9198d (diff) |
Thu Apr 17 03:20:20 UTC 2014
Diffstat (limited to 'community/crash')
-rw-r--r-- | community/crash/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/crash/PKGBUILD b/community/crash/PKGBUILD index 850df9fe9..3cf37fa71 100644 --- a/community/crash/PKGBUILD +++ b/community/crash/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 106055 2014-02-21 18:36:18Z anatolik $ +# $Id: PKGBUILD 109605 2014-04-16 17:01:53Z anatolik $ # Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com> # Contributor: Bernhard Walle <bernhard.walle@gmx.de> # Contributor: Michael Eckert <michael.eckert@linuxmail.org> # Contributor: Mathieu Pasquet <mathieui@mathieui.net> pkgname=crash -pkgver=7.0.5 -pkgrel=2 +pkgver=7.0.6 +pkgrel=1 pkgdesc='Linux kernel crashdump analysis tool' url='http://people.redhat.com/~anderson' arch=(i686 x86_64) license=(GPL) depends=(xz ncurses zlib) source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) -sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c') +sha256sums=('c347c44c9a69f914de2192b3b1ba48b9a6c5fcbd4e2de909d00d176f2ea0ed29') prepare() { cd crash-$pkgver |