summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a695bc303d2c..b7d5a3527eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = checkrun.sh-git
pkgdesc = Cron-style mailing wrapper for systemd .timer units
- pkgver = 20181203
+ pkgver = 20190327
pkgrel = 1
url = https://github.com/lynix/checkrun.sh
arch = any
license = MIT
depends = bash
+ conflicts = checkrun.sh
source = git://github.com/lynix/checkrun.sh.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 12ce575dc25c..fe3f7575b803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=checkrun.sh-git
-pkgver=20181203
+pkgver=20190327
pkgrel=1
pkgdesc="Cron-style mailing wrapper for systemd .timer units"
url="https://github.com/lynix/checkrun.sh"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('bash')
optdepends=()
makedepends=()
-conflicts=()
+conflicts=( 'checkrun.sh' )
replaces=()
backup=()
source=("git://github.com/lynix/checkrun.sh.git")