summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2019-03-27 15:10:06 +0100
committerlynix2019-03-27 15:10:06 +0100
commitf132b5c7c6958240bfcadbfd7b4b467dead68524 (patch)
tree48b76443a8e8ae4a460f102c736e86a79a19c82b
parent2b63b87c9edaca34f7fce8653d61426d8f5cb416 (diff)
downloadaur-f132b5c7c6958240bfcadbfd7b4b467dead68524.tar.gz
Add entry for conflicting Git version of checkrun.sh
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2145a0ad67f..fab800797deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = checkrun.sh
pkgdesc = Cron-style mailing wrapper (not only) for systemd .timer units
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lynix/checkrun.sh
arch = any
license = MIT
depends = bash
depends = coreutils
+ conflicts = checkrun.sh-git
source = checkrun.sh-1.0.tar.gz::https://github.com/lynix/checkrun.sh/archive/v1.0.tar.gz
md5sums = e0b6c27e6dabb89f9abfd2d0a493ca6c
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")