summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-05-08 07:30:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-05-08 07:32:31 -0400
commit5834671504548185dd5dfcb9ed5de921bbbb2fce (patch)
treef094c635460593083dce927e67654158208488cd
parent292ead1baff4a4bd6e6ab758802df0bfd91dd68e (diff)
[your-freedom]: manual rebuild
-rw-r--r--libre/parabola-keyring/PKGBUILD9
-rw-r--r--libre/your-freedom/PKGBUILD16
2 files changed, 19 insertions, 6 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
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD
index 4d96bed0a..c8ae458cd 100644
--- a/libre/your-freedom/PKGBUILD
+++ b/libre/your-freedom/PKGBUILD
@@ -1,9 +1,19 @@
+# SPDX-License-Identifier: CC0-1.0
# Maintainer: Parabola Hackers <dev@lists.parabola.nu>
+# NOTE: This PKGBUILD does not need to be edited manually.
+# The package is normally built automatically by autobuilder.
+# To generate a new package, simply push changes to blacklist.git.
+# 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=your-freedom
-pkgver=20220428
-_gitver=e452f2fe155467ed7996ef23edb959fd30af868c
+pkgver=20220508
+_gitver=c3a0d49f9f95503ed41feed32efbfd8b38401852
pkgrel=1
pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free."
license=(GPL3)
@@ -14,7 +24,7 @@ install=${pkgname}.install
makedepends=(librelib)
source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver})
-sha256sums=('57b669ff3b4f5237fa20a33443f7c5b4803a09a80b7d0c1ff8a3942852c28933')
+sha256sums=('53e27f1b6ef1042e2377a710b5faf8edfa4a63efeee082702dac15aa1cb1e550')
package()