summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2019-03-27 15:11:52 +0100
committerlynix2019-03-27 15:11:52 +0100
commitde2501b486a2e13f4fd36a961c582e3723ec9254 (patch)
tree658a62760a419cc1298646bf46f105ae330f678b /PKGBUILD
parented59d4e7c3115f9f789adea302b16211cc341112 (diff)
downloadaur-de2501b486a2e13f4fd36a961c582e3723ec9254.tar.gz
Add entry for conflicting stable package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")