summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade2d7cae2ea..b881339bc629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 09:03:02 UTC 2015
+# Mon Dec 28 11:10:19 UTC 2015
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
- pkgver = 1.0.0.rc4
+ pkgver = 1.0.0.rc5
pkgrel = 1
url = https://github.com/systemd-cron/systemd-cron-next
arch = i686
@@ -19,8 +19,8 @@ pkgbase = systemd-cron-next
conflicts = anacron
replaces = cron
replaces = anacron
- source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.0-rc4.zip
- md5sums = 93d55c05cb2127091cb2544d0a944f57
+ source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.0-rc5.zip
+ md5sums = fb295dda88949294fd668d66c6a9b062
pkgname = systemd-cron-next
diff --git a/PKGBUILD b/PKGBUILD
index 80811d018277..89d8c6086b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
-pkgver=1.0.0.rc4
-_gitver=1.0.0-rc4
+pkgver=1.0.0.rc5
+_gitver=1.0.0-rc5
pkgrel=1
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"
@@ -14,7 +14,7 @@ provides=('cron' 'anacron')
conflicts=('cron' 'anacron')
replaces=('cron' 'anacron')
source=("https://github.com/systemd-cron/systemd-crontab-generator/archive/v${_gitver}.zip")
-md5sums=('93d55c05cb2127091cb2544d0a944f57')
+md5sums=('fb295dda88949294fd668d66c6a9b062')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"