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

Lukas Fleischer lfleischer at archlinux.org
Fri Apr 14 08:31:55 UTC 2017


    Date: Friday, April 14, 2017 @ 08:31:54
  Author: lfleischer
Revision: 222999

upgpkg: pass 1.7.1-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-14 08:07:02 UTC (rev 222998)
+++ PKGBUILD	2017-04-14 08:31:54 UTC (rev 222999)
@@ -2,8 +2,8 @@
 # Contributor: Simon Zimmermann <simon at insmo.com>
 
 pkgname='pass'
-pkgver=1.7
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='https://www.passwordstore.org/'
@@ -16,16 +16,9 @@
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz"
-        "https://git.zx2c4.com/password-store/patch/?id=6f867674272a03273212259b9039c9356a6ed90f")
-sha256sums=('161ac3bd3c452a97f134aa7aa4668fe3f2401c839fd23c10e16b8c0ae4e15500'
-            '76239495c6f6f227f38bf1e6fdbb6ab44e895ae411b56b1953a2025393440301')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
+sha256sums=('f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869')
 
-prepare() {
-  cd "${srcdir}/password-store-$pkgver/"
-  patch -p1 -i '../?id=6f867674272a03273212259b9039c9356a6ed90f'
-}
-
 check() {
   cd "${srcdir}/password-store-$pkgver/"
   make test



More information about the arch-commits mailing list