diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-12-15 20:42:36 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-12-15 20:42:36 (GMT) |
commit | fca162ce703a757f1b23106065851b574428315f (patch) | |
tree | 6de135f199fd3ff78190f83d60841b3247c93d80 /abs/core/runit-scripts/PKGBUILD | |
parent | 73d83d38ae62c60b22d72f241f02a916daaf1d6c (diff) | |
download | linhes_pkgbuild-fca162ce703a757f1b23106065851b574428315f.zip linhes_pkgbuild-fca162ce703a757f1b23106065851b574428315f.tar.gz linhes_pkgbuild-fca162ce703a757f1b23106065851b574428315f.tar.bz2 |
runit-scripts: autofs: modprobe autofs4 isn't needed anymore
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=() |