summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-10-01 09:12:04 -0400
committerGI_Jack2020-10-01 09:12:04 -0400
commit4de29c489de485e8ce79ed6b7a6dbdb95f5359b6 (patch)
tree92dbbebcfc0cc58e49bb53402da64da3367978b4
parent2f862bdd44796a40dee2f1160d74a98a8bf8cc65 (diff)
downloadaur-4de29c489de485e8ce79ed6b7a6dbdb95f5359b6.tar.gz
updated package for version in CentOS 8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d2be71eebd6..c7da27300652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raid-check-systemd
pkgdesc = Raid data scrubbing script with systemd timer to be used with mdadm.
pkgver = 4.1
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.archlinux.org/index.php/RAID#Scrubbing
install = raid-check-systemd.install
arch = any
@@ -10,10 +10,10 @@ pkgbase = raid-check-systemd
depends = systemd
conflicts = raid-check
backup = etc/conf.d/raid-check
- source = http://mirror.centos.org/centos/7/os/x86_64/Packages/mdadm-4.1-1.el7.x86_64.rpm
+ source = http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/mdadm-4.1-13.el8.x86_64.rpm
source = raid-check.service
source = raid-check.timer
- sha256sums = 075def82364c7f4d2c197c78719a6fc4b7b6b9f02ed71833b98a46929d77de83
+ sha256sums = c0fdb7887239752074760d1aa3d8bc78a729e7def1c6e5a7a13b10bf727702fd
sha256sums = 90db8f53984df9d7ab32fde09a853632e9d76cbd91224c0efd760406118af84b
sha256sums = 2a7677fb83b67f71cb626169746ccaf39417f2b291b4cbc5a264706fdb8cc8b2
diff --git a/PKGBUILD b/PKGBUILD
index fcca365ad3a5..ac9edee77473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,23 @@
-# 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.1
-pkgrel=2
-_cent_rel=1
+pkgrel=3
+_centrel=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"
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.centos.org/centos/8/BaseOS/x86_64/os/Packages/mdadm-${pkgver}-${_centrel}.el8.x86_64.rpm"
'raid-check.service'
'raid-check.timer')
-sha256sums=('075def82364c7f4d2c197c78719a6fc4b7b6b9f02ed71833b98a46929d77de83'
+sha256sums=('c0fdb7887239752074760d1aa3d8bc78a729e7def1c6e5a7a13b10bf727702fd'
'90db8f53984df9d7ab32fde09a853632e9d76cbd91224c0efd760406118af84b'
'2a7677fb83b67f71cb626169746ccaf39417f2b291b4cbc5a264706fdb8cc8b2')
+
backup=('etc/conf.d/raid-check')
install="$pkgname.install"