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" )