summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-26 20:27:11 +0100
committerNicolas Iooss2019-03-26 20:27:11 +0100
commitb9e4a61aed11a8ba84537b179ce2ad1c7231705e (patch)
treeef9df4052e66cc67dd77d96e040780d4aefaa231
parent2d46495c0511e8a40c769f1c23fdbdfb34a34373 (diff)
downloadaur-b9e4a61aed11a8ba84537b179ce2ad1c7231705e.tar.gz
cronie-selinux 1.5.4-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08957d338ee3..22d49be1e53a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cronie-selinux
pkgdesc = Daemon that runs specified programs at scheduled times and related tools with SELinux support
- pkgver = 1.5.2
+ pkgver = 1.5.4
pkgrel = 1
url = https://github.com/cronie-crond/cronie/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = cronie-selinux
optdepends = smtp-server: send job output via email
optdepends = smtp-forwarder: forward job output to email server
provides = cron
- provides = cronie=1.5.2-1
- provides = selinux-cronie=1.5.2-1
+ provides = cronie=1.5.4-1
+ provides = selinux-cronie=1.5.4-1
conflicts = cron
conflicts = cronie
conflicts = selinux-cronie
@@ -23,11 +23,11 @@ pkgbase = cronie-selinux
backup = etc/pam.d/crond
backup = etc/cron.d/0hourly
backup = etc/anacrontab
- source = https://github.com/cronie-crond/cronie/releases/download/cronie-1.5.2/cronie-1.5.2.tar.gz
+ source = https://github.com/cronie-crond/cronie/releases/download/cronie-1.5.4-final/cronie-1.5.4.tar.gz
source = service
source = pam.d
source = deny
- sha256sums = 370bf34641691489330e708bd4cdbd779267296a030668a12f77b7e36872fd75
+ sha256sums = af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882
sha256sums = ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1
sha256sums = 00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c
sha256sums = ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc
diff --git a/PKGBUILD b/PKGBUILD
index 8878315fabdd..5f4261570e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id$
# Contributor: Kaiting Chen <kaiting.chen@kiwilight.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
@@ -9,7 +8,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname='cronie-selinux'
-pkgver=1.5.2
+pkgver=1.5.4
pkgrel=1
pkgdesc='Daemon that runs specified programs at scheduled times and related tools with SELinux support'
url='https://github.com/cronie-crond/cronie/'
@@ -18,11 +17,11 @@ arch=('i686' 'x86_64')
depends=('pam-selinux' 'bash' 'run-parts' 'libselinux')
optdepends=('smtp-server: send job output via email'
'smtp-forwarder: forward job output to email server')
-source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname/-selinux}-${pkgver}/${pkgname/-selinux}-${pkgver}.tar.gz"
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname/-selinux}-${pkgver}-final/${pkgname/-selinux}-${pkgver}.tar.gz"
'service'
'pam.d'
'deny')
-sha256sums=('370bf34641691489330e708bd4cdbd779267296a030668a12f77b7e36872fd75'
+sha256sums=('af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882'
'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
'00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')