summaryrefslogtreecommitdiffstats
path: root/abs/core/runit
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-04 14:42:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-04 14:42:16 (GMT)
commit9996030898cc856c27e10a5b590354ed1ccf6102 (patch)
tree1219f7c12a5a737fa6dc2cfcfc7b2549c1f31a99 /abs/core/runit
parent67d0df8347a86d5a19b0ad410fbd54d604e955fe (diff)
downloadlinhes_pkgbuild-9996030898cc856c27e10a5b590354ed1ccf6102.zip
linhes_pkgbuild-9996030898cc856c27e10a5b590354ed1ccf6102.tar.gz
linhes_pkgbuild-9996030898cc856c27e10a5b590354ed1ccf6102.tar.bz2
runit: fix typo in depends line. remove the space in the poweroff-scripts version >=
Diffstat (limited to 'abs/core/runit')
-rw-r--r--abs/core/runit/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit/PKGBUILD b/abs/core/runit/PKGBUILD
index 7bfd9f5..acd4126 100644
--- a/abs/core/runit/PKGBUILD
+++ b/abs/core/runit/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=runit
pkgver=2.1.1
-pkgrel=6
+pkgrel=7
pkgdesc="A replacement for sysvinit, and other init schemes, with service supervision"
url="http://smarden.org/runit/"
license=('BSD')
-depends=('glibc' 'util-linux' 'initscripts' 'poweroff-scripts>= 1.1')
+depends=('glibc' 'util-linux' 'initscripts' 'poweroff-scripts>=1.1')
makedepends=()
conflicts=()
replaces=()