summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-11 10:27:44 +0200
committerErich Eckner <git@eckner.net>2019-04-11 10:27:44 +0200
commit3f3c5890f39566040fc7c66e97ae2fea3cba1f34 (patch)
tree385f160cd4a626b4d9cdfed9772a08f742439e59
parenta3a9606cfbf65234905729dc8cb0a5e0889e1f3c (diff)
downloadpackages-3f3c5890f39566040fc7c66e97ae2fea3cba1f34.tar.xz
update README.md
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c577877..68bb5016 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,8 @@ In case, the files therein exist in the respective original package, the respect
* The file `blacklist` containes a list of packages which won't be built for Arch Linux 32 (because they can't be built for or are useless on i686).
An entry in this file consist of an architecture and a pkgbase separated by a space.
The given package will be black listed for all architectures less potent than the given one or, if "any" is given, for all architectures.
-* The file `extra-from-multilib` contains a list of packages which are in multilib for x86_64, but belong in extra (and not community) for i686.
-Additional to the abovementioned changes to the package sources, the following changes are made automatically by the [build master's mangle_pkgbuild()](https://github.com/archlinux32/builder/blob/master/lib/common-functions) which should therefor **not** be committed here:
+Additional to the abovementioned changes to the package sources, the following changes are made automatically by the [build master's mangle_pkgbuild()](https://git.archlinux32.org/archlinux32/builder/src/branch/master/lib/common-functions) which should therefor **not** be committed here:
* append architectures to `arch` array
* append our sub_pkgrel
* remove `lib32-` prefixes if present