summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDwayne Bent2019-02-07 10:28:44 -0500
committerDwayne Bent2019-02-07 10:28:57 -0500
commit5108666703ebdf310c06800619fa187450b55cf3 (patch)
treed586a783baaec951773a6050d5870cb99336e911
parent023adff1157f855d0f4998141346fc8077245629 (diff)
downloadaur-5108666703ebdf310c06800619fa187450b55cf3.tar.gz
v1.5.14-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02684ea6e4e2..03f97060efd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemd-cron
pkgdesc = systemd units to run cron scripts
- pkgver = 1.5.13
+ pkgver = 1.5.14
pkgrel = 1
url = https://github.com/systemd-cron/systemd-cron
install = systemd-cron.install
@@ -12,9 +12,9 @@ pkgbase = systemd-cron
optdepends = smtp-forwarder: sending emails
provides = cron
conflicts = cron
- source = https://github.com/systemd-cron/systemd-cron/archive/v1.5.13.tar.gz
+ source = https://github.com/systemd-cron/systemd-cron/archive/v1.5.14.tar.gz
source = sysusers.conf
- sha256sums = e14143bff01a1c74ee0f8776bc142310f1e165a6ebbee37ed670ff9a24c1cb26
+ sha256sums = eb08a31028ec07a1dd60efa0153e5d5c2b4f456cc975af055b947f9c177ac715
sha256sums = 9260221879cca05d4c82cd12deb88759c8d9148e106f4b9891700849cef5c41b
pkgname = systemd-cron
diff --git a/.gitignore b/.gitignore
index e92d37556128..18cdd391d722 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
/pkg/
/src/
+*.tar
*.tar.gz
*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 89fd41836acf..f5e1d02d0d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dwayne Bent <dbb@dbb.io>
pkgname=systemd-cron
-pkgver=1.5.13
+pkgver=1.5.14
pkgrel=1
pkgdesc='systemd units to run cron scripts'
arch=(any)
@@ -13,7 +13,7 @@ conflicts=('cron')
source=("https://github.com/systemd-cron/${pkgname}/archive/v${pkgver}.tar.gz"
'sysusers.conf')
install=${pkgname}.install
-sha256sums=('e14143bff01a1c74ee0f8776bc142310f1e165a6ebbee37ed670ff9a24c1cb26'
+sha256sums=('eb08a31028ec07a1dd60efa0153e5d5c2b4f456cc975af055b947f9c177ac715'
'9260221879cca05d4c82cd12deb88759c8d9148e106f4b9891700849cef5c41b')
build() {