[arch-commits] Commit in sequoia-sq/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Frederik Schwan freswa at gemini.archlinux.org
Thu Jul 14 15:11:18 UTC 2022


    Date: Thursday, July 14, 2022 @ 15:11:17
  Author: freswa
Revision: 1252655

archrelease: copy trunk to community-x86_64

Added:
  sequoia-sq/repos/community-x86_64/PKGBUILD
    (from rev 1252654, sequoia-sq/trunk/PKGBUILD)
  sequoia-sq/repos/community-x86_64/keys/
Deleted:
  sequoia-sq/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 45 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-14 15:11:14 UTC (rev 1252654)
+++ PKGBUILD	2022-07-14 15:11:17 UTC (rev 1252655)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=sequoia-sq
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='Command-line frontends for Sequoia'
-url='https://sequoia-pgp.org/'
-arch=('x86_64')
-license=('GPL2')
-groups=('sequoia')
-replaces=('sequoia')
-depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
-         'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
-makedepends=('git' 'cargo' 'clang')
-options=('!lto')
-source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed")
-sha512sums=('SKIP')
-validpgpkeys=(
-  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
-  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
-  cargo build --release --locked --features 'crypto-nettle compression-bzip2 autocrypt'
-}
-
-check() {
-  cd sequoia/sq
-  cargo test --release --locked --features 'crypto-nettle compression-bzip2 autocrypt'
-}
-
-package() {
-  cd sequoia
-  install -Dm 755 target/release/sq -t "${pkgdir}/usr/bin"
-
-	install -Dm 644 target/sq.bash "${pkgdir}/usr/share/bash-completion/completions/sq"
-	install -Dm 644 target/_sq -t "${pkgdir}/usr/share/zsh/site-functions"
-	install -Dm 644 target/sq.fish -t "${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  install -Dm 644 sq/man-sq-net-autocrypt/*.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sequoia-sq/repos/community-x86_64/PKGBUILD (from rev 1252654, sequoia-sq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-14 15:11:17 UTC (rev 1252655)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=sequoia-sq
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='Command-line frontends for Sequoia'
+url='https://sequoia-pgp.org/'
+arch=('x86_64')
+license=('GPL2')
+groups=('sequoia')
+replaces=('sequoia')
+depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
+         'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
+makedepends=('git' 'cargo' 'clang')
+options=('!lto')
+source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=(
+  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
+  CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
+)
+
+build() {
+  cd sequoia/sq
+  export CARGO_TARGET_DIR=../target
+  cargo build --release --locked --features 'crypto-nettle compression-bzip2 autocrypt'
+}
+
+check() {
+  cd sequoia/sq
+  cargo test --release --locked --features 'crypto-nettle compression-bzip2 autocrypt'
+}
+
+package() {
+  cd sequoia
+  install -Dm 755 target/release/sq -t "${pkgdir}/usr/bin"
+
+	install -Dm 644 target/sq.bash "${pkgdir}/usr/share/bash-completion/completions/sq"
+	install -Dm 644 target/_sq -t "${pkgdir}/usr/share/zsh/site-functions"
+	install -Dm 644 target/sq.fish -t "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  install -Dm 644 sq/man-sq-autocrypt/*.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list