Date: Wednesday, March 29, 2023 @ 16:02:40
  Author: dvzrv
Revision: 1430293

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   97 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 46 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-29 16:02:05 UTC (rev 1430292)
+++ PKGBUILD    2023-03-29 16:02:40 UTC (rev 1430293)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=sequoia-sq
-pkgver=0.27.0
-pkgrel=2
-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 # [email protected]
-  CBCD8F030588653EEDD7E2659B7DD433F254904A # [email protected]
-)
-
-prepare() {
-  cd sequoia
-  # fix "error: unused return value of `Box::<T>::from_raw` that must be used"
-  git format-patch -1 --stdout 7916f90421ec | patch -Np1
-}
-
-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:

Copied: sequoia-sq/repos/community-x86_64/PKGBUILD (from rev 1430292, 
sequoia-sq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-29 16:02:40 UTC (rev 1430293)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=sequoia-sq
+pkgver=0.28.0
+_commit=82eb0d7b240d137141fc0aaaa3dff1685bb11864  # refs/tags/sq/v0.28.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#commit=$_commit?signed";)
+sha512sums=('SKIP')
+validpgpkeys=(
+  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # [email protected]
+  CBCD8F030588653EEDD7E2659B7DD433F254904A # [email protected]
+)
+
+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/*.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to