summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 684d6b335dd7..853a481fad29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# SELinux Contributor: Nicky726 <Nicky726@gmail.com>
pkgname=cronie-selinux
-pkgver=1.4.9
-pkgrel=5
+pkgver=1.4.11
+pkgrel=1
pkgdesc='Daemon that runs specified programs at scheduled times and related tools wth SELinux support'
url='https://fedorahosted.org/cronie/'
license=('custom:BSD')
@@ -18,7 +18,7 @@ source=("https://fedorahosted.org/releases/c/r/${pkgname/-selinux}/${pkgname/-se
'service'
'pam.d'
'deny')
-sha1sums=('40405cb30b62bd60323e4daf5198f26f0e65c4c4'
+sha1sums=('1a8d3648f5b7082c50128a06377a1194da668899'
'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
'5eff7fb31f6bc0a924243ff046704726cf20c221'
'0f279b8fb820340267d578dc85511c980715f91e')
@@ -29,7 +29,8 @@ backup=('etc/cron.deny'
'etc/anacrontab')
conflicts=('cron' "${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
-provides=('cron' "${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
+provides=('cron' "${pkgname/-selinux}=${pkgver}-${pkgrel}"
+ "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
groups=('selinux')
build() {