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

Lukas Fleischer lfleischer at archlinux.org
Tue Feb 28 05:36:58 UTC 2017


    Date: Tuesday, February 28, 2017 @ 05:36:58
  Author: lfleischer
Revision: 214150

upgpkg: pass 1.7-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 05:09:40 UTC (rev 214149)
+++ PKGBUILD	2017-02-28 05:36:58 UTC (rev 214150)
@@ -2,8 +2,8 @@
 # Contributor: Simon Zimmermann <simon at insmo.com>
 
 pkgname='pass'
-pkgver=1.6.5
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='http://zx2c4.com/projects/password-store/'
@@ -14,8 +14,8 @@
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz)
-md5sums=('2c4468360c678184051e76f03c2f6b04')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
+md5sums=('d50730755d9da64db2250aa0ab30bf89')
 
 package() {
   cd "${srcdir}/password-store-$pkgver/"



More information about the arch-commits mailing list