summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-03-08 21:31:46 -0800
committerGI_Jack2022-03-08 21:31:46 -0800
commit9660c12743c0cd238995161a015cbe9d89b479d4 (patch)
treeaeb7bfb5f07b5c6a8e8dcf03b5d2d8039f302a1a
parentf59114ef68826f6324db18046c16652a799a711d (diff)
downloadaur-9660c12743c0cd238995161a015cbe9d89b479d4.tar.gz
updated for CentOS 9 stream
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--raid-check-systemd.install2
-rw-r--r--raid-check.timer2
4 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe7bfd07c5b4..9949c6a62a3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Fri Nov 26 07:54:03 PM PST 2021
+# Tue Mar 8 09:31:15 PM PST 2022
pkgbase = raid-check-systemd
pkgdesc = Raid data scrubbing script with systemd timer to be used with mdadm.
pkgver = 4.2
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/index.php/RAID#Scrubbing
install = raid-check-systemd.install
arch = any
@@ -12,11 +12,11 @@ pkgbase = raid-check-systemd
depends = systemd
conflicts = raid-check
backup = etc/conf.d/raid-check
- source = http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/mdadm-4.2-rc2.el8.x86_64.rpm
+ source = http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/mdadm-4.2-1.el9.x86_64.rpm
source = raid-check.service
source = raid-check.timer
- sha256sums = 08ed63795716f7da0aabaa5c250d64d0ab86c1545553d2635094c8efb48c6be0
+ sha256sums = ac99dcc7f7322968db519e0c9e3b5a66218a1d0aae1588a6350739e6ab9f6ccc
sha256sums = 90db8f53984df9d7ab32fde09a853632e9d76cbd91224c0efd760406118af84b
- sha256sums = 2a7677fb83b67f71cb626169746ccaf39417f2b291b4cbc5a264706fdb8cc8b2
+ sha256sums = 1a0095d05f57d1a9fc4d234e2c21db9e369ca755f0f31e61030b7a7aa840dee1
pkgname = raid-check-systemd
diff --git a/PKGBUILD b/PKGBUILD
index d8065463acaa..8896ec01829d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
pkgname=raid-check-systemd
pkgver=4.2
-pkgrel=1
-_centrel=rc2
+pkgrel=2
+_centrel=1
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/8/BaseOS/x86_64/os/Packages/mdadm-${pkgver}-${_centrel}.el8.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=('08ed63795716f7da0aabaa5c250d64d0ab86c1545553d2635094c8efb48c6be0'
+sha256sums=('ac99dcc7f7322968db519e0c9e3b5a66218a1d0aae1588a6350739e6ab9f6ccc'
'90db8f53984df9d7ab32fde09a853632e9d76cbd91224c0efd760406118af84b'
- '2a7677fb83b67f71cb626169746ccaf39417f2b291b4cbc5a264706fdb8cc8b2')
+ '1a0095d05f57d1a9fc4d234e2c21db9e369ca755f0f31e61030b7a7aa840dee1')
backup=('etc/conf.d/raid-check')
install="$pkgname.install"
diff --git a/raid-check-systemd.install b/raid-check-systemd.install
index 8fb2ee47ba5d..f7c5d103cdde 100644
--- a/raid-check-systemd.install
+++ b/raid-check-systemd.install
@@ -9,4 +9,4 @@ post_install() {
echo ""
echo "System configuration in file: /etc/conf.d/raid-check"
echo ""
- } \ No newline at end of file
+ }
diff --git a/raid-check.timer b/raid-check.timer
index 26f974ce15ca..01dafb34b73c 100644
--- a/raid-check.timer
+++ b/raid-check.timer
@@ -6,4 +6,4 @@ OnCalendar=Thu *-*-8,9,10,11,12,13,14 10:30:00
Persistent=true
[Install]
-WantedBy=timers.target \ No newline at end of file
+WantedBy=timers.target