summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6013fa636287..a41d90fda986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = cronie-selinux
pkgdesc = Daemon that runs specified programs at scheduled times and related tools with SELinux support
pkgver = 1.5.1
pkgrel = 1
- url = https://fedorahosted.org/cronie/
+ url = https://github.com/cronie-crond/cronie
arch = i686
arch = x86_64
groups = selinux
@@ -24,7 +24,7 @@ pkgbase = cronie-selinux
backup = etc/pam.d/crond
backup = etc/cron.d/0hourly
backup = etc/anacrontab
- source = https://fedorahosted.org/releases/c/r/cronie/cronie-1.5.1.tar.gz
+ source = https://github.com/cronie-crond/cronie/releases/download/cronie-1.5.1/cronie-1.5.1.tar.gz
source = service
source = pam.d
source = deny
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')