From c9d28dc956d3fd97fa6207ea86f9215b682d1eec Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 14 Dec 2017 07:35:19 +0300 Subject: [PATCH] conflicts and provides; pkgrel++ Signed-off-by: fbt --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0433cb0..045f939 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,14 @@ pkgname=ssm-git pkgver=0.3.5.r5.gcb6b3d6 -pkgrel=1 +pkgrel=2 pkgdesc='A simple service manager for Spark Linux' url='https://git.fleshless.org/ssm/about' arch=( 'any' ) license=( 'ISC' ) depends=( 'bash' ) +conflicts=( 'ssm' ) +provides=( 'ssm' ) optdepends=( 'ssm-services-git: example scripts that mostly work out of the box on arch' ) source=( "${pkgname}::git+https://git.fleshless.org/u/spark/ssm" )