summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2019-03-27 15:11:52 +0100
committerlynix2019-03-27 15:11:52 +0100
commitde2501b486a2e13f4fd36a961c582e3723ec9254 (patch)
tree658a62760a419cc1298646bf46f105ae330f678b
parented59d4e7c3115f9f789adea302b16211cc341112 (diff)
downloadaur-checkrun.sh-git.tar.gz
Add entry for conflicting stable package
-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")