diff options
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 4fd9efd..f31881e 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,9 +1,9 @@ pkgname=runit-scripts pkgver=8.4 -pkgrel=2 +pkgrel=3 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" -license="BSD" +license=('BSD') depends=('glibc' 'util-linux' 'initscripts' 'runit' ) makedepends=('gcc' 'make' 'rsync') conflicts=() |