Repo moved

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-11-23 02:04:53 +03:00
parent 4cf784d5f8
commit 72aab5450a
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
# Generated by mksrcinfo v8
# Wed Sep 6 12:49:01 UTC 2017
pkgbase = ssm
pkgdesc = A simple service manager for Spark Linux
pkgver = 0.1.2
pkgrel = 1
url = https://git.fleshless.org/ssm/
arch = x86_64
arch = i686
license = ISC
depends = bash
source = https://git.fleshless.org/ssm/snapshot/ssm-0.1.2.tar.gz
sha1sums = 891a40acde0f8f91f72a1b301343ea7d53c8632e
pkgname = ssm

View File

@ -9,7 +9,7 @@ arch=( 'x86_64' 'i686' )
license=( 'ISC' )
depends=( 'bash' )
source=( "https://git.fleshless.org/ssm/snapshot/ssm-${pkgver}.tar.gz" )
source=( "https://git.fleshless.org/u/fbt/ssm/snapshot/ssm-${pkgver}.tar.gz" )
package() {
cd "${pkgname}-${pkgver}"