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

Frederik Schwan freswa at gemini.archlinux.org
Wed Jul 20 21:26:07 UTC 2022


    Date: Wednesday, July 20, 2022 @ 21:26:07
  Author: freswa
Revision: 1254949

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 21:26:04 UTC (rev 1254948)
+++ PKGBUILD	2022-07-20 21:26:07 UTC (rev 1254949)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=sequoia-sop
-pkgver=0.27.0
-pkgrel=1
-pkgdesc='Implementation of the Stateless OpenPGP Interface using Sequoia'
-url='https://sequoia-pgp.org/'
-arch=('x86_64')
-license=('GPL2')
-groups=('sequoia')
-depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
-         'bzip2' 'libbz2.so' 'gcc-libs' 'gmp')
-makedepends=('git' 'cargo' 'clang')
-source=(sequoia-sop::"git+https://gitlab.com/sequoia-pgp/sequoia-sop.git#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
-validpgpkeys=(
-  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
-  CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
-)
-
-build() {
-  cd ${pkgname}
-  cargo build --release --locked --features 'cli crypto-nettle compression'
-}
-
-check() {
-  cd ${pkgname}
-  cargo test --release --locked --features 'cli crypto-nettle compression'
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 target/release/sqop -t "${pkgdir}/usr/bin"
-  install -Dm 644 man-sqop/*.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sequoia-sop/repos/community-x86_64/PKGBUILD (from rev 1254948, sequoia-sop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 21:26:07 UTC (rev 1254949)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=sequoia-sop
+pkgver=0.27.1
+pkgrel=1
+pkgdesc='Implementation of the Stateless OpenPGP Interface using Sequoia'
+url='https://sequoia-pgp.org/'
+arch=('x86_64')
+license=('GPL2')
+groups=('sequoia')
+depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
+         'bzip2' 'libbz2.so' 'gcc-libs' 'gmp')
+makedepends=('git' 'cargo' 'clang')
+source=(sequoia-sop::"git+https://gitlab.com/sequoia-pgp/sequoia-sop.git#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=(
+  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # justus at sequoia-pgp.org
+  CBCD8F030588653EEDD7E2659B7DD433F254904A # justus at sequoia-pgp.org
+)
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked --features 'cli crypto-nettle compression'
+}
+
+check() {
+  cd ${pkgname}
+  cargo test --release --locked --features 'cli crypto-nettle compression'
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 target/release/sqop -t "${pkgdir}/usr/bin"
+  install -Dm 644 man-sqop/*.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list