diff options
author | lynix | 2019-03-27 15:10:06 +0100 |
---|---|---|
committer | lynix | 2019-03-27 15:10:06 +0100 |
commit | f132b5c7c6958240bfcadbfd7b4b467dead68524 (patch) | |
tree | 48b76443a8e8ae4a460f102c736e86a79a19c82b /PKGBUILD | |
parent | 2b63b87c9edaca34f7fce8653d61426d8f5cb416 (diff) | |
download | aur-f132b5c7c6958240bfcadbfd7b4b467dead68524.tar.gz |
Add entry for conflicting Git version of checkrun.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |