summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a830af59c1bd..9cab5aba42a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 13:26:05 UTC 2016
+# Wed Jun 8 13:09:06 UTC 2016
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 2
url = https://github.com/systemd-cron/systemd-cron-next
arch = i686
@@ -19,7 +19,7 @@ pkgbase = systemd-cron-next
conflicts = anacron
replaces = cron
replaces = anacron
- source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.1.zip
+ source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.2.zip
md5sums = fe6150aba32ba2cc4fd33a12a84044d9
pkgname = systemd-cron-next
diff --git a/PKGBUILD b/PKGBUILD
index 17d060368556..efd07f608f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
-pkgver=1.0.1
-_gitver=1.0.1
+pkgver=1.0.2
+_gitver=1.0.2
pkgrel=2
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=('fe6150aba32ba2cc4fd33a12a84044d9')
+md5sums=('975aa9d302ea5b2785fec52dff1b8eac')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"