summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-03-17 22:10:04 +0100
committerNicolas Iooss2017-03-17 22:10:04 +0100
commitc5aed14bc161e96aa24e3899f7106201be571b1f (patch)
tree4a7def9126890234f0e3dd834390fbc10f8175f1
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
-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')