diff options
Diffstat (limited to 'libre/parabola-keyring/PKGBUILD')
-rw-r--r-- | libre/parabola-keyring/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD index ce7747d86..511685e05 100644 --- a/libre/parabola-keyring/PKGBUILD +++ b/libre/parabola-keyring/PKGBUILD @@ -1,13 +1,16 @@ +# SPDX-License-Identifier: CC0-1.0 # Maintainer: Parabola automatic package builder <autobuilder@parabola.nu> # NOTE: This PKGBUILD does not need to be edited manually. # The package is normally built automatically by autobuilder. -# To generate a new keyring, push a new commit to hackers.git. +# To generate a new keyring, simply push a new commit to hackers.git. # eg: $ git commit --allow-empty --message=rebuild # $ git push parabola master -# The autobuilder will modify this PKGBUILD, build and publish the package, -# and commit the modified PKGBUILD to abslibre. +# The autobuilder will modify this PKGBUILD, +# replacing $pkgver, $_gitver, and the checksum (updpkgsums), +# build and publish the package, +# and commit the modified PKGBUILD to abslibre. pkgname=parabola-keyring |