summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c912d3f5bdab..12ec541e3e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
# Orginally Packaged By: Mantas Mikulėnas <grawity@gmail.com>
pkgname=rasdaemon
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Logging daemon for Platform Reliability, Availability and Serviceability (RAS), replacing mcelog"
arch=(i686 x86_64)
@@ -9,15 +9,18 @@ url="https://github.com/mchehab/rasdaemon"
license=(GPL2)
depends=(
# For rasdaemon:
+ libtraceevent
sqlite
# For ras-mc-ctl:
dmidecode
perl
perl-dbd-sqlite
)
-source=("https://github.com/mchehab/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
+
+#"https://github.com/mchehab/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
+source=("https://www.infradead.org/~mchehab/rasdaemon/rasdaemon-${pkgver}.tar.bz2"
"nprocessors.patch")
-sha256sums=('fd976b9fe4fac486009cfb3079f361d15c83572e436a233b6347f887cdab2b0c'
+sha256sums=('ef0b8df430746b3907f8d0808e7fdd1f8bf2ebdfa098a4f8db1edbf89a760349'
'bca975681559ed6cc7383f936b00ad370fbd803f7193685f4da9d0cbfaf6feea')
prepare() {