Skip to content

Commit

Permalink
docs: clarify archlinux and v1.13
Browse files Browse the repository at this point in the history
closes #3560

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Nov 16, 2022
1 parent c4941eb commit 79b7ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/customization/nfpm.md
Expand Up @@ -67,7 +67,7 @@ nfpms:
- deb
- rpm
- termux.deb # Since GoReleaser v1.11.
- archlinux
- archlinux # Since GoReleaser v1.13.

# Packages your package depends on. (overridable)
dependencies:
Expand Down Expand Up @@ -372,7 +372,7 @@ nfpms:
preupgrade: ./scripts/preupgrade.sh
# The postupgrade script runs after pacman upgrades the package.
postupgrade: ./scripts/postupgrade.sh

# The pkgbase can be used to explicitly specify the name to be used to refer
# to a group of packages. See: https://wiki.archlinux.org/title/PKGBUILD#pkgbase.
pkgbase: foo
Expand Down

0 comments on commit 79b7ceb

Please sign in to comment.