summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2017-07-03 19:09:22 +0300
committerMantas Mikulėnas2017-07-03 19:09:22 +0300
commitb6785eb4428944ee719da6cfc29090d3c93b8100 (patch)
tree989747880bf839ecf93b335c686f2efdf733707f /PKGBUILD
parent2e5698796e574e7069ac37ae7401ccc5994b02b9 (diff)
downloadaur-b6785eb4428944ee719da6cfc29090d3c93b8100.tar.gz
release 0.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 985d4913e6b6..1d99a1531961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
# Disclaimer: I have no idea if this works, I only packaged it.
pkgname=rasdaemon
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="Logging daemon for Platform Reliability, Availability and Serviceability (RAS), replacing mcelog"
arch=(i686 x86_64)
url="http://www.infradead.org/~mchehab/rasdaemon/"
license=(GPL2)
-source=("git://git.infradead.org/users/mchehab/rasdaemon.git"
+source=("https://casper.infradead.org/~mchehab/rasdaemon/rasdaemon-$pkgver.tar.bz2"
rasdaemon.service)
-sha256sums=('SKIP'
+sha256sums=('ef7045b3ce6f9deb593d9e93be42b37672806c399332769d665a63e99dfbc29c'
'ed26fbace3adb7fc1880bc3c003a1ffe9c732fdc87a5172398cb04355b1c2d8a')
-#validpgpkeys=()
prepare() {
cd "$srcdir/$pkgname-$pkgver"