summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshley Bone2019-12-12 11:43:29 -0500
committerAshley Bone2019-12-12 11:43:29 -0500
commite9c486235ef90ab72bad56f3a0d2fb555f2d4588 (patch)
tree18e461e1b57b8f073be4e95d3f763231657ec54f /PKGBUILD
parentac146a914200e13b5ce16c2dfbc9d515cc956554 (diff)
downloadaur-e9c486235ef90ab72bad56f3a0d2fb555f2d4588.tar.gz
Release 0.6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 611d49cfea73..5f83ca7cd4f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Ashley Bone <aur DOT ashley DOT bone AT gmail DOT com>
+# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
# Orginally Packaged By: Mantas Mikulėnas <grawity@gmail.com>
pkgname=rasdaemon
-pkgver=0.6.4
+pkgver=0.6.5
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/"
+url="https://www.infradead.org/~mchehab/rasdaemon/"
license=(GPL2)
depends=(
# For rasdaemon:
@@ -16,12 +16,12 @@ depends=(
perl-dbd-sqlite
)
source=("https://www.infradead.org/~mchehab/rasdaemon/rasdaemon-$pkgver.tar.bz2")
-sha256sums=('a672f7f43235019dcd015c8d20c790c37c93ca74856c6d8835d5156a4b3f205c')
+sha256sums=('5a4745fd4161f2920a9e9f5eecc4f53c797e27b8a2c3c217070bb6ceaa7c1c44')
# Git tree: http://git.infradead.org/users/mchehab/rasdaemon.git
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- autoreconf -fi
+ autoreconf -vfi
}
build() {