diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-05-08 07:30:32 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-05-08 07:32:31 -0400 |
commit | 5834671504548185dd5dfcb9ed5de921bbbb2fce (patch) | |
tree | f094c635460593083dce927e67654158208488cd /libre/parabola-keyring | |
parent | 292ead1baff4a4bd6e6ab758802df0bfd91dd68e (diff) | |
download | abslibre-5834671504548185dd5dfcb9ed5de921bbbb2fce.tar.gz abslibre-5834671504548185dd5dfcb9ed5de921bbbb2fce.tar.bz2 abslibre-5834671504548185dd5dfcb9ed5de921bbbb2fce.zip |
[your-freedom]: manual rebuild
Diffstat (limited to 'libre/parabola-keyring')
-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 |