summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Stepanov2015-12-14 12:03:14 +0300
committerKonstantin Stepanov2015-12-14 12:03:14 +0300
commit91d2b710a7d26a7f1e7e2e66ba306594f4ee2cfc (patch)
tree9177fe330ce4bf873d9db2a41728ff429c572d5b /PKGBUILD
parentd083377e1f753969183140b4cecee1134a24296b (diff)
downloadaur-91d2b710a7d26a7f1e7e2e66ba306594f4ee2cfc.tar.gz
update package to v1.0.0-rc4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb2f190abc93..80811d018277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
-pkgver=1.0.0.rc3
-_gitver=1.0.0-rc3
-pkgrel=5
+pkgver=1.0.0.rc4
+_gitver=1.0.0-rc4
+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=('4e6b09e929ce98caee088dd22b86f96a')
+md5sums=('93d55c05cb2127091cb2544d0a944f57')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"