diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-07-18 01:32:21 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-07-18 01:32:21 (GMT) |
commit | 08be68d57ea3d6c9f7133bf02971a2622789d9ba (patch) | |
tree | 6661f122b6d27c3ca3d590b1261abbe0b6429e91 /abs/core-testing/runit-scripts/PKGBUILD | |
parent | 612c1cb40938ff5d0969fcbfb7f2c96d91af1500 (diff) | |
parent | 1790a798f524c12a47dff76d200124b607be1c5e (diff) | |
download | linhes_pkgbuild-08be68d57ea3d6c9f7133bf02971a2622789d9ba.zip linhes_pkgbuild-08be68d57ea3d6c9f7133bf02971a2622789d9ba.tar.gz linhes_pkgbuild-08be68d57ea3d6c9f7133bf02971a2622789d9ba.tar.bz2 |
Merge branch 'master' of nharris@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index 2c237d7..7fe22bf 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,11 +1,11 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=90 +pkgrel=91 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" depends=('glibc' 'util-linux' 'initscripts' 'runit' ) -makedepends=() +makedepends=('rsync') conflicts=() replaces=() backup=(etc/runit/1.local) |