From 6ee7b903d454721eabbfeac339e23f9eb65731cc Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Tue, 16 Nov 2021 21:05:28 +0100 Subject: [PATCH] fixup! makerepropkg: use correct devtools makepkg.conf files from dist --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0f5d8f2c..c4bc8f4a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ as following. git config format.subjectprefix 'devtools] [PATCH' ``` +## Building + +When building official distro packages the `BUILDTOOLVER` needs to be set to the +exact label of the release package in order to allow to detect the exactly used +devtools version. This is required for reproducible builds to fetch the according +files like `makepkg.conf`. + +```sh +BUILDTOOLVER="${pkgver}-${pkgrel}-${arch}" make all +``` + ## Releasing 1. bump the version in the Makefile