[arch-commits] Commit in sequoia-sq/trunk (PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Thu Nov 4 19:02:23 UTC 2021
Date: Thursday, November 4, 2021 @ 19:02:23
Author: anthraxx
Revision: 1036968
upgpkg: sequoia-sq 0.25.0-2: backport reproducible keyring merge command
Modified:
sequoia-sq/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-04 18:58:54 UTC (rev 1036967)
+++ PKGBUILD 2021-11-04 19:02:23 UTC (rev 1036968)
@@ -2,7 +2,7 @@
pkgname=sequoia-sq
pkgver=0.25.0
-pkgrel=1
+pkgrel=2
pkgdesc='Command-line frontends for Sequoia'
url='https://sequoia-pgp.org/'
arch=('x86_64')
@@ -19,6 +19,12 @@
CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
)
+prepare() {
+ cd sequoia
+ # sq: When merging keyrings, produce output in a reproducible order
+ git cherry-pick -n 8b0506f8b1570b34ccec908ed4fa3797cbe9222f
+}
+
build() {
cd sequoia/sq
export CARGO_TARGET_DIR=../target
More information about the arch-commits
mailing list