summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 341a6eb095c2..966221bf2bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 21:37:52 UTC 2015
+# Thu Dec 10 21:55:35 UTC 2015
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
pkgver = 1.0.0.rc1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/systemd-cron/systemd-cron-next
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 14a5735df905..0a7e62632a2b 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=2
+pkgrel=3
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"
arch=('any')
@@ -24,5 +24,6 @@ build() {
package() {
cd "$srcdir/systemd-cron-next-1.0.0-rc1"
+ sed -i -e 's/^install: build$/install:/' Makefile
make install
}