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 80e14f9f83a8..7561de04bbb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 20 13:54:38 UTC 2016
+# Thu Apr 21 09:19:58 UTC 2016
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.zip
- md5sums = dc23fc6d65f4e01336d1db3ebea98d16
+ source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.1.zip
+ md5sums = fe6150aba32ba2cc4fd33a12a84044d9
pkgname = systemd-cron-next
diff --git a/PKGBUILD b/PKGBUILD
index 80de16ff9a5e..447d17983ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
-pkgver=1.0.0
-_gitver=1.0.0
+pkgver=1.0.1
+_gitver=1.0.1
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=('dc23fc6d65f4e01336d1db3ebea98d16')
+md5sums=('fe6150aba32ba2cc4fd33a12a84044d9')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"