summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2018-05-16 18:04:25 -0400
committerM.Reynolds2018-05-16 18:04:25 -0400
commit88eb001ae25f02bcd64fc136804c9c4c459723e2 (patch)
treea2d6626e54564bc3b7628e2bf0d15875c83c8b8f
parent755012a97df22edfb9c93b5beda641512b76fce1 (diff)
downloadaur-88eb001ae25f02bcd64fc136804c9c4c459723e2.tar.gz
Update source package version; Update default schedule
-rw-r--r--PKGBUILD8
-rw-r--r--raid-check.timer4
2 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d20a5a213b69..1bd1d78a5570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=raid-check-systemd
pkgver=4.0
-pkgrel=1
-_cent_rel=5
+pkgrel=2
+_cent_rel=13
pkgdesc="Raid data scrubbing script with systemd timer to be used with mdadm."
arch=('any')
url="https://wiki.archlinux.org/index.php/RAID#Scrubbing"
@@ -13,9 +13,9 @@ conflicts=('raid-check')
source=("http://mirror.centos.org/centos/7/os/x86_64/Packages/mdadm-$pkgver-$_cent_rel.el7.x86_64.rpm"
'raid-check.service'
'raid-check.timer')
-sha256sums=('3ce3456cdfb15dbc42da46fe95e5a51c61a637d85416aba51d26fea1ccd23a9e'
+sha256sums=('f4ba05c4a966ebfa90dc510cf4d67187dbd3666a50d2bd96942dfd3e57f89704'
'90db8f53984df9d7ab32fde09a853632e9d76cbd91224c0efd760406118af84b'
- '4ef8adc88574127d2d8f119d42f2190782f8cafca8a7c627b6d5cace6b12af47')
+ '2a7677fb83b67f71cb626169746ccaf39417f2b291b4cbc5a264706fdb8cc8b2')
backup=('etc/conf.d/raid-check')
install="$pkgname.install"
diff --git a/raid-check.timer b/raid-check.timer
index 4f862fa60d4c..26f974ce15ca 100644
--- a/raid-check.timer
+++ b/raid-check.timer
@@ -2,8 +2,8 @@
Description=Run periodic raid volume scrub
[Timer]
-OnCalendar=Mon *-*-1,2,3,4,5,6,7 08:00:00
+OnCalendar=Thu *-*-8,9,10,11,12,13,14 10:30:00
Persistent=true
[Install]
-WantedBy=timers.target
+WantedBy=timers.target \ No newline at end of file