summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7593e36cfc27..3d871e739e85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 16:11:21 UTC 2015
+# Fri Dec 11 16:15:24 UTC 2015
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
pkgver = 1.0.0.rc3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/systemd-cron/systemd-cron-next
- arch = any
- license = GPL3
+ arch = i686
+ arch = x86_64
+ license = MIT
makedepends = rust>=1.4.0
makedepends = cargo>=0.6.0
depends = systemd>=217
depends = run-parts
+ optdepends = smtp-forwarder: sending emails
provides = cron
provides = anacron
+ conflicts = cron
+ conflicts = anacron
replaces = cron
replaces = anacron
source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.0-rc3.zip
diff --git a/PKGBUILD b/PKGBUILD
index ac27ae70cb56..fb2f190abc93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=systemd-cron-next
pkgver=1.0.0.rc3
_gitver=1.0.0-rc3
-pkgrel=4
+pkgrel=5
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"
-arch=('any')
-license=('GPL3')
+arch=('i686' 'x86_64')
+license=('MIT')
depends=('systemd>=217' 'run-parts')
+optdepends=('smtp-forwarder: sending emails')
makedepends=('rust>=1.4.0' 'cargo>=0.6.0')
provides=('cron' 'anacron')
+conflicts=('cron' 'anacron')
replaces=('cron' 'anacron')
source=("https://github.com/systemd-cron/systemd-crontab-generator/archive/v${_gitver}.zip")
md5sums=('4e6b09e929ce98caee088dd22b86f96a')