Date: Saturday, June 12, 2021 @ 16:11:42 Author: lfleischer Revision: 963194
upgpkg: pass 1.7.4-1: upstream update Modified: pass/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-12 16:09:06 UTC (rev 963193) +++ PKGBUILD 2021-06-12 16:11:42 UTC (rev 963194) @@ -3,8 +3,8 @@ # Contributor: Daniel M. Capella <[email protected]> pkgname='pass' -pkgver=1.7.3 -pkgrel=4 +pkgver=1.7.4 +pkgrel=1 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely' arch=('any') url='https://www.passwordstore.org/' @@ -21,7 +21,7 @@ provides=('passmenu') conflicts=('passmenu') source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz") -sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4') +sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0') check() { cd "${srcdir}/password-store-$pkgver/"
