summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Stepanov2016-01-04 12:17:20 +0300
committerKonstantin Stepanov2016-01-04 12:17:20 +0300
commit9cf81d08fda45a9ea2c4d5408b1c49eddeb09840 (patch)
tree10cab8508c4d76c40f086b1aaddd54c2a92e4120 /PKGBUILD
parent17b8899ee8fc73fe0b73c794c6c79325c9514511 (diff)
downloadaur-9cf81d08fda45a9ea2c4d5408b1c49eddeb09840.tar.gz
update to version 1.0.0-rc6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89d8c6086b0e..ba5011cc3b5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
-pkgver=1.0.0.rc5
-_gitver=1.0.0-rc5
+pkgver=1.0.0.rc6
+_gitver=1.0.0-rc6
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=('fb295dda88949294fd668d66c6a9b062')
+md5sums=('e09e615ac354034a4d16223d963c5c07')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"