diff --git a/PKGBUILD b/PKGBUILD index 71cb727..0c6ea88 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,23 @@ # Maintainer: Jack L. Frost # % Trigger: 1513225986 % -pkgname=ssm-git -pkgver=0.3.5.r27.ge5fc565 +pkgname='ssm-git' +pkgver=0.3.5.r30.g730374f pkgrel=1 pkgdesc='A simple service manager for Spark Linux' url='https://git.fleshless.org/ssm/about' arch=( 'any' ) license=( 'ISC' ) + +backup=( 'etc/ssm/ssm.conf' ) + depends=( 'bash' ) conflicts=( 'ssm' ) provides=( 'ssm' ) -optdepends=( 'ssm-services-git: example scripts that mostly work out of the box on arch' ) -backup=( 'etc/ssm/ssm.conf' ) +optdepends=( + 'ssm-services-git: example scripts that mostly work out of the box on arch' + 'ssm-service: a /usr/bin/service link for ssm' +) source=( "${pkgname}::git+https://git.fleshless.org/u/spark/ssm#branch=experimental" ) sha1sums=('SKIP')