summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 082c97d41919..341a6eb095c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 18:50:45 UTC 2015
+# Thu Dec 10 21:37:52 UTC 2015
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
pkgver = 1.0.0.rc1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/systemd-cron/systemd-cron-next
arch = any
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = systemd-cron-next
replaces = cron
replaces = anacron
source = https://github.com/systemd-cron/systemd-cron-next/archive/v1.0.0-rc1.zip
- md5sums = cdd1fc3ee9a5beb2c829b0444ed173bb
+ md5sums = a7d5415795cd166d258f72e5cebcfaee
pkgname = systemd-cron-next
diff --git a/PKGBUILD b/PKGBUILD
index 2c5845001924..14a5735df905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
pkgver=1.0.0.rc1
-pkgrel=1
+pkgrel=2
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"
arch=('any')
@@ -11,15 +11,18 @@ makedepends=('rust')
provides=('cron' 'anacron')
replaces=('cron' 'anacron')
source=('https://github.com/systemd-cron/systemd-cron-next/archive/v1.0.0-rc1.zip')
-md5sums=('cdd1fc3ee9a5beb2c829b0444ed173bb')
+md5sums=('a7d5415795cd166d258f72e5cebcfaee')
build() {
- cd "$srcdir/systemd-cron-next-master"
+ cd "$srcdir/systemd-cron-next-1.0.0-rc1"
+ if which multirust; then
+ multirust override stable
+ fi
./configure --prefix="$pkgdir/usr"
make build
}
package() {
- cd "$srcdir/systemd-cron-next-master"
+ cd "$srcdir/systemd-cron-next-1.0.0-rc1"
make install
}