diff options
author | mail_redacted_for_web | 2024-07-27 21:22:13 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-07-27 21:22:13 +0200 |
commit | bd71a62af3c5b4d7a620cb3475e8f5ca8dd3bf5c (patch) | |
tree | 8f94ddffdb608ddf7cefce88155fc7009ac36005 /nfpm/nfpm.yaml.skel | |
parent | 45686216e90ad51c9391539f31eff3ba82f22e11 (diff) | |
download | lirion-initfunctions-master.tar.bz2 |
Diffstat (limited to 'nfpm/nfpm.yaml.skel')
-rw-r--r-- | nfpm/nfpm.yaml.skel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel index 97d9c56..24f6c90 100644 --- a/nfpm/nfpm.yaml.skel +++ b/nfpm/nfpm.yaml.skel @@ -56,7 +56,7 @@ epoch: 1 # This is appended to the `version` after `prerelease`. This should be # incremented if you release an updated package of the same upstream version, # and it should reset to 1 when bumping the version. -release: 1 +release: 2 # Section. # This is only used by the deb packager. @@ -442,7 +442,7 @@ deb: # # APK does not use pgp keys, so the key_id field is ignored. # key_id: ignored # -#archlinux: +archlinux: # # This value is used to specify the name used to refer to a group # # of packages when building a split package. Defaults to name # # See: https://wiki.archlinux.org/title/PKGBUILD#pkgbase |