[arch-commits] Commit in pass/trunk (4 files)

Brett Cornwall ainola at gemini.archlinux.org
Fri Jul 29 17:29:40 UTC 2022


    Date: Friday, July 29, 2022 @ 17:29:39
  Author: ainola
Revision: 1259111

Switch to Git sources for GPG verification of signed tags

Added:
  pass/trunk/keys/
  pass/trunk/keys/pgp/
  pass/trunk/keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc
Modified:
  pass/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   15 +++++++++------
 keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc |    1 +
 2 files changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-29 16:36:49 UTC (rev 1259110)
+++ PKGBUILD	2022-07-29 17:29:39 UTC (rev 1259111)
@@ -1,10 +1,11 @@
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
 # Contributor: Simon Zimmermann <simon at insmo.com>
 # Contributor: Daniel M. Capella <polyzen at archlinux.org>
 
-pkgname='pass'
+pkgname=pass
 pkgver=1.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='https://www.passwordstore.org/'
@@ -11,6 +12,7 @@
 license=('GPL2')
 depends=('bash' 'gnupg' 'tree')
 checkdepends=('git')
+makedepends=('git')
 optdepends=('git: for Git support'
             'dmenu: for passmenu'
             'xdotool: to type passwords with passmenu'
@@ -21,16 +23,17 @@
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
-sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
+source=("git+https://git.zx2c4.com/password-store?signed#tag=${pkgver}")
+sha256sums=('SKIP')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
 
 check() {
-  cd "${srcdir}/password-store-$pkgver/"
+  cd "${srcdir}/password-store"
   make test
 }
 
 package() {
-  cd "${srcdir}/password-store-$pkgver/"
+  cd "${srcdir}/password-store"
   make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
 
   install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu

Added: keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc
===================================================================
(Binary files differ)

Index: pass/trunk/keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc
===================================================================
--- keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc	2022-07-29 16:36:49 UTC (rev 1259110)
+++ keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc	2022-07-29 17:29:39 UTC (rev 1259111)

Property changes on: pass/trunk/keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list