summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6be84e5..dad125f 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,16 @@ tools for building 32-bit archlinux packages from archlinux.org's official, 64-b
This includes scripts to be run on the build master as well as scripts to be run on the build slaves (both residing in `bin`).
## requirements
-* `git`
* `moreutils`
### build master only
* some ssh-server
+* `git`
* `pkgbuild-introspection`
* `bc`
### build slave only
* some ssh-client
+* `sudo` rights for `staging-with-build-support-i686-build`, `staging-i686-build`, `multilib-build`, `extra-x86_64-build`
* `devtools32`
-* `mercurial`
## configuration
The standard configuration in `conf/default.conf` can be locally overwritten by `conf/local.conf`.