summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bd1d78a5570..fda4bfed1cef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,24 @@
-# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
+# Maintainer: GI Jack <GI_Jack@hackermail.com>
+# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=raid-check-systemd
-pkgver=4.0
-pkgrel=2
-_cent_rel=13
+pkgver=4.2
+pkgrel=5
+_centrel=9
pkgdesc="Raid data scrubbing script with systemd timer to be used with mdadm."
arch=('any')
url="https://wiki.archlinux.org/index.php/RAID#Scrubbing"
license=('GPL')
depends=('mdadm' 'systemd')
conflicts=('raid-check')
-source=("http://mirror.centos.org/centos/7/os/x86_64/Packages/mdadm-$pkgver-$_cent_rel.el7.x86_64.rpm"
+source=("http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/mdadm-${pkgver}-${_centrel}.el9.x86_64.rpm"
'raid-check.service'
'raid-check.timer')
-sha256sums=('f4ba05c4a966ebfa90dc510cf4d67187dbd3666a50d2bd96942dfd3e57f89704'
+
+sha256sums=('ce56e1ce5dc4dc31ace9dab225261e3cd9b4e0ff2884cc12d511f7f72a4b09a8'
'90db8f53984df9d7ab32fde09a853632e9d76cbd91224c0efd760406118af84b'
- '2a7677fb83b67f71cb626169746ccaf39417f2b291b4cbc5a264706fdb8cc8b2')
+ '1a0095d05f57d1a9fc4d234e2c21db9e369ca755f0f31e61030b7a7aa840dee1')
+
backup=('etc/conf.d/raid-check')
install="$pkgname.install"