summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcf449f5953d..5eabe36e72d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname="systemd-cron-next"
pkgname="$_pkgname-git"
pkgver=1.0.2.r22.gfe1f4a6
-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"
license=('MIT')
@@ -28,18 +28,17 @@ optdepends=(
)
provides=(
+ "$_pkgname=$pkgver"
'anacron'
'cron'
'systemd-cron'
)
conflicts=(
+ "$_pkgname"
'anacron'
'cron'
)
-provides=("$_pkgname=$pkgver")
-conflicts=("$_pkgname")
-
_pkgsrc="$_pkgname"
source=(
"$_pkgsrc"::"git+$url.git"