Compare commits

...

3 Commits

Author SHA1 Message Date
Jack L. Frost 0af4691486 rel
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-07 06:40:20 +03:00
Jack L. Frost cb28873699 on the other hand, we'll do that later
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-07 06:40:12 +03:00
Jack L. Frost cb490fd061 dep!
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-07 06:36:14 +03:00
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pkgname='spark-rc'
pkgdesc='A simple rc script'
license=( 'BSD' )
pkgver=1.12.1
pkgrel=2
pkgrel=3
arch=( 'any' )
url='https://code.fleshless.org/Spark/spark-rc'
@ -24,7 +24,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
make USR=/usr DESTDIR="$pkgdir" install
rm "$pkgdir/usr/bin/killall5"
}
sha1sums=('05ff6e30aedc5c71e11dc5d8156f81a766f458ba')