summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Stepanov2016-03-28 20:13:33 +0300
committerKonstantin Stepanov2016-03-28 20:13:48 +0300
commit333076e7de75a3d9dec0fae77705df36de29e634 (patch)
treeaff2eca17c4c89f455918c20c30c15a2ee792fbf
parent4407c66c998f8f42e5b449ee8547c555c0693275 (diff)
downloadaur-333076e7de75a3d9dec0fae77705df36de29e634.tar.gz
update to v1.0.0-rc7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5bf06ee1382..fda2dff9af29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 16:30:06 UTC 2016
+# Mon Mar 28 17:13:43 UTC 2016
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
- pkgver = 1.0.0.rc6
- pkgrel = 2
+ pkgver = 1.0.0.rc7
+ pkgrel = 1
url = https://github.com/systemd-cron/systemd-cron-next
arch = i686
arch = x86_64
@@ -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-rc6.zip
- md5sums = e09e615ac354034a4d16223d963c5c07
+ source = https://github.com/systemd-cron/systemd-crontab-generator/archive/v1.0.0-rc7.zip
+ md5sums = dd12b99d5592fa1fd167b586e0ee0c0b
pkgname = systemd-cron-next
diff --git a/PKGBUILD b/PKGBUILD
index 9193de2cae72..a3a48abe1eda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
-pkgver=1.0.0.rc6
-_gitver=1.0.0-rc6
-pkgrel=2
+pkgver=1.0.0.rc7
+_gitver=1.0.0-rc7
+pkgrel=1
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"
arch=('i686' 'x86_64')
@@ -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=('e09e615ac354034a4d16223d963c5c07')
+md5sums=('dd12b99d5592fa1fd167b586e0ee0c0b')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"