Skip to content

Commit

Permalink
fixup! makerepropkg: use correct devtools makepkg.conf files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
anthraxx committed Nov 16, 2021
1 parent 0a3b620 commit 6ee7b90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ee7b90

Please sign in to comment.