summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlynix2019-03-27 15:10:06 +0100
committerlynix2019-03-27 15:10:06 +0100
commitf132b5c7c6958240bfcadbfd7b4b467dead68524 (patch)
tree48b76443a8e8ae4a460f102c736e86a79a19c82b /PKGBUILD
parent2b63b87c9edaca34f7fce8653d61426d8f5cb416 (diff)
downloadaur-f132b5c7c6958240bfcadbfd7b4b467dead68524.tar.gz
Add entry for conflicting Git version of checkrun.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6a86bef55b2..6e25f80d23b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=checkrun.sh
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cron-style mailing wrapper (not only) for systemd .timer units"
url="https://github.com/lynix/checkrun.sh"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('bash' 'coreutils')
optdepends=()
makedepends=()
-conflicts=()
+conflicts=( 'checkrun.sh-git' )
replaces=()
backup=()
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lynix/checkrun.sh/archive/v1.0.tar.gz")