summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDwayne Bent2021-02-09 15:20:42 -0500
committerDwayne Bent2021-02-09 15:20:42 -0500
commit934330f4c06ca3796f6dc94c76d157d69e03fa91 (patch)
tree118a46a062f06f0702ffa7b3d07dcc66e5c195bb
parent2db2decbc33299c2e57663d9a86382a58a178b58 (diff)
downloadaur-934330f4c06ca3796f6dc94c76d157d69e03fa91.tar.gz
v1.5.17-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 934532af9d32..1bbf9af318c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = systemd-cron
pkgdesc = systemd units to run cron scripts
pkgver = 1.5.17
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/systemd-cron/systemd-cron
install = systemd-cron.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = systemd-cron
optdepends = smtp-forwarder: sending emails
provides = cron
conflicts = cron
- source = https://github.com/systemd-cron/systemd-cron/archive/v1.5.17.tar.gz
+ source = systemd-cron-1.5.17.tar.gz::https://github.com/systemd-cron/systemd-cron/archive/v1.5.17.tar.gz
source = sysusers.conf
sha256sums = 847132a4517f03cf94253f275f006956d8c97a3506db450d33cbd36a25e3bf73
sha256sums = 9260221879cca05d4c82cd12deb88759c8d9148e106f4b9891700849cef5c41b
diff --git a/PKGBUILD b/PKGBUILD
index 83bfaa7f595c..a9e2592449ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dwayne Bent <dbb@dbb.io>
pkgname=systemd-cron
pkgver=1.5.17
-pkgrel=1
+pkgrel=2
pkgdesc='systemd units to run cron scripts'
arch=(any)
url='https://github.com/systemd-cron/systemd-cron'
@@ -10,7 +10,7 @@ depends=('systemd>=229' 'run-parts' 'python')
optdepends=('smtp-forwarder: sending emails')
provides=('cron')
conflicts=('cron')
-source=("https://github.com/systemd-cron/${pkgname}/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd-cron/${pkgname}/archive/v${pkgver}.tar.gz"
'sysusers.conf')
install=${pkgname}.install
sha256sums=('847132a4517f03cf94253f275f006956d8c97a3506db450d33cbd36a25e3bf73'