summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2017-03-17 22:10:04 +0100
committerNicolas Iooss2017-03-17 22:10:04 +0100
commitc5aed14bc161e96aa24e3899f7106201be571b1f (patch)
tree4a7def9126890234f0e3dd834390fbc10f8175f1 /PKGBUILD
parentb9b8cd19ceb6278e183da303808cd722aba2fa3d (diff)
downloadaur-c5aed14bc161e96aa24e3899f7106201be571b1f.tar.gz
cronie-selinux: move to Github
fedorahosted.org retired as of 2017-03-01 https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/cronie&id=fdbb374b19a827a9c879d34c860984b6185c0841 https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5447df93c7ac..89932dd2d633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,15 @@ pkgname=cronie-selinux
pkgver=1.5.1
pkgrel=1
pkgdesc='Daemon that runs specified programs at scheduled times and related tools with SELinux support'
-url='https://fedorahosted.org/cronie/'
+#url='https://fedorahosted.org/cronie/'
+url='https://github.com/cronie-crond/cronie'
license=('custom:BSD')
arch=('i686' 'x86_64')
depends=('pam-selinux' 'bash' 'run-parts' 'libselinux')
optdepends=('pm-utils: defer anacron on battery power'
'smtp-server: send job output via email'
'smtp-forwarder: forward job output to email server')
-source=("https://fedorahosted.org/releases/c/r/${pkgname/-selinux}/${pkgname/-selinux}-${pkgver}.tar.gz"
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname/-selinux}-${pkgver}/${pkgname/-selinux}-${pkgver}.tar.gz"
'service'
'pam.d'
'deny')