summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2019-09-27 17:43:02 +0200
committerBruno Pagani2019-09-27 17:43:02 +0200
commitfe789837df1254c5b692860ca17030e5cf7468ea (patch)
tree5cca9ce7b75afabe5962220b948a9e406ae1a3d8
parent1722d33e81e9a59d88efae5778f08edeb6d36f11 (diff)
downloadaur-certbot-user.tar.gz
Update timer according to upstream recommandations
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--certbot.timer4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc231b4a6d2..b695e03f4780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = certbot-user
pkgrel = 1
url = https://certbot.eff.org
arch = any
- license = Apache
+ license = GPL
depends = certbot
depends = systemd
source = certbot.service
@@ -12,7 +12,7 @@ pkgbase = certbot-user
source = certbot.tmpfiles
source = certbot.sysusers
sha256sums = e232526dc2cef75dce88c0e81505e9f86dccaa0a918ac1d633d731839789d41f
- sha256sums = cc5d7efe48a12b4605cd4d80e1883b1a87b80f937ca411fb051e9ca3df8cfa70
+ sha256sums = 6a9f7b26bb61e9c9859e034d9577029f6b6514eeb89fcabf92a95f6e519a7246
sha256sums = e0a5fed17060e16612bcd29612f83f8289a7262049bbce112d33d531e08fa5a8
sha256sums = 151621a821f56178408851e016c7fda67dc4c726f210ad3279b29fd1f43282fa
diff --git a/PKGBUILD b/PKGBUILD
index 473b94c10d59..001987c13c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@ pkgname=${_pkgname}-user
pkgver=1.0.0
pkgrel=1
pkgdesc="Let’s Encrypt certbot systemd files for running as certbot user rather than root, with either standalone or webroot mode."
-arch=('any')
-license=('Apache')
+arch=(any)
url="https://certbot.eff.org"
-depends=('certbot' 'systemd')
+license=(GPL)
+depends=(certbot systemd)
source=("${_pkgname}.service"
"${_pkgname}.timer"
"${_pkgname}.tmpfiles"
"${_pkgname}.sysusers")
sha256sums=('e232526dc2cef75dce88c0e81505e9f86dccaa0a918ac1d633d731839789d41f'
- 'cc5d7efe48a12b4605cd4d80e1883b1a87b80f937ca411fb051e9ca3df8cfa70'
+ '6a9f7b26bb61e9c9859e034d9577029f6b6514eeb89fcabf92a95f6e519a7246'
'e0a5fed17060e16612bcd29612f83f8289a7262049bbce112d33d531e08fa5a8'
'151621a821f56178408851e016c7fda67dc4c726f210ad3279b29fd1f43282fa')
diff --git a/certbot.timer b/certbot.timer
index a2d02c8f13a5..53f063dd4092 100644
--- a/certbot.timer
+++ b/certbot.timer
@@ -1,8 +1,8 @@
[Unit]
-Description=Renew Let’s Encrypt certificats monthly
+Description=Renew Let’s Encrypt certificats daily
[Timer]
-OnCalendar=monthly
+OnCalendar=daily
RandomizedDelaySec=12h
Persistent=true