conflicts and provides; pkgrel++
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
7816015358
commit
c9d28dc956
4
PKGBUILD
4
PKGBUILD
|
@ -3,12 +3,14 @@
|
||||||
|
|
||||||
pkgname=ssm-git
|
pkgname=ssm-git
|
||||||
pkgver=0.3.5.r5.gcb6b3d6
|
pkgver=0.3.5.r5.gcb6b3d6
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='A simple service manager for Spark Linux'
|
pkgdesc='A simple service manager for Spark Linux'
|
||||||
url='https://git.fleshless.org/ssm/about'
|
url='https://git.fleshless.org/ssm/about'
|
||||||
arch=( 'any' )
|
arch=( 'any' )
|
||||||
license=( 'ISC' )
|
license=( 'ISC' )
|
||||||
depends=( 'bash' )
|
depends=( 'bash' )
|
||||||
|
conflicts=( 'ssm' )
|
||||||
|
provides=( 'ssm' )
|
||||||
optdepends=( 'ssm-services-git: example scripts that mostly work out of the box on arch' )
|
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" )
|
source=( "${pkgname}::git+https://git.fleshless.org/u/spark/ssm" )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user