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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:05:35
  Author: felixonmars
Revision: 659107

upgpkg: pass 1.7.3-2: reproducibility rebuild

Modified:
  pass/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:05:28 UTC (rev 659106)
+++ PKGBUILD2020-07-07 16:05:35 UTC (rev 659107)
@@ -3,7 +3,7 @@
 
 pkgname='pass'
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='https://www.passwordstore.org/'


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

2018-08-05 Thread Lukas Fleischer via arch-commits
Date: Sunday, August 5, 2018 @ 18:13:39
  Author: lfleischer
Revision: 368405

upgpkg: pass 1.7.3-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 18:11:15 UTC (rev 368404)
+++ PKGBUILD2018-08-05 18:13:39 UTC (rev 368405)
@@ -2,7 +2,7 @@
 # Contributor: Simon Zimmermann 
 
 pkgname='pass'
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
@@ -17,7 +17,7 @@
 provides=('passmenu')
 conflicts=('passmenu')
 
source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea')
+sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
 
 check() {
   cd "${srcdir}/password-store-$pkgver/"


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

2018-06-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 19, 2018 @ 15:46:28
  Author: jelle
Revision: 344060

upgpkg: pass 1.7.2-1

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 14:59:56 UTC (rev 344059)
+++ PKGBUILD2018-06-19 15:46:28 UTC (rev 344060)
@@ -2,7 +2,7 @@
 # Contributor: Simon Zimmermann 
 
 pkgname='pass'
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
@@ -17,7 +17,7 @@
 provides=('passmenu')
 conflicts=('passmenu')
 
source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869')
+sha256sums=('4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea')
 
 check() {
   cd "${srcdir}/password-store-$pkgver/"


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

2017-04-14 Thread Lukas Fleischer
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
===
--- PKGBUILD2017-04-14 08:07:02 UTC (rev 222998)
+++ PKGBUILD2017-04-14 08:31:54 UTC (rev 222999)
@@ -2,8 +2,8 @@
 # Contributor: Simon Zimmermann 
 
 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


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

2017-04-11 Thread Lukas Fleischer
Date: Wednesday, April 12, 2017 @ 05:19:27
  Author: lfleischer
Revision: 222472

upgpkg: pass 1.7-2

* Run the test suite.
* Update upstream home page (fixes FS#52996).
* Fix dependencies (fixes FS#53114).
* Include fish completion (fixes FS#53170).

Modified:
  pass/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 21 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 04:49:15 UTC (rev 222471)
+++ PKGBUILD2017-04-12 05:19:27 UTC (rev 222472)
@@ -3,23 +3,37 @@
 
 pkgname='pass'
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
-url='http://zx2c4.com/projects/password-store/'
+url='https://www.passwordstore.org/'
 license=('GPL2')
-depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+depends=('xclip' 'bash' 'gnupg' 'tree')
+checkdepends=('git')
 optdepends=('git: for Git support'
-'dmenu: for passmenu')
+'dmenu: for passmenu'
+'qrencode: for QR code support')
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('d50730755d9da64db2250aa0ab30bf89')
+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')
 
+prepare() {
+  cd "${srcdir}/password-store-$pkgver/"
+  patch -p1 -i '../?id=6f867674272a03273212259b9039c9356a6ed90f'
+}
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
 package() {
   cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" FORCE_ALL=1 install
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
 
   cd contrib/dmenu
   install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"


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

2017-02-27 Thread Lukas Fleischer
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
===
--- PKGBUILD2017-02-28 05:09:40 UTC (rev 214149)
+++ PKGBUILD2017-02-28 05:36:58 UTC (rev 214150)
@@ -2,8 +2,8 @@
 # Contributor: Simon Zimmermann 
 
 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/"


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

2015-06-17 Thread Bartłomiej Piotrowski
Date: Wednesday, June 17, 2015 @ 17:41:49
  Author: bpiotrowski
Revision: 135525

Switch download URL to main git repository

It was changed before to Github mirror due to issues with tarball download.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-17 15:41:39 UTC (rev 135524)
+++ PKGBUILD2015-06-17 15:41:49 UTC (rev 135525)
@@ -14,8 +14,8 @@
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zx2c4/password-store/archive/${pkgver}.tar.gz;)
-md5sums=('cd2a4a905f1c3ecbc3f1c3768701e2cc')
+source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz)
+md5sums=('2c4468360c678184051e76f03c2f6b04')
 
 package() {
   cd ${srcdir}/password-store-$pkgver/


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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:37:15
  Author: bpiotrowski
Revision: 135491

upgpkg: pass 1.6.5-2

merge passmenu into pass

Modified:
  pass/trunk/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 14 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 18:34:09 UTC (rev 135490)
+++ PKGBUILD2015-06-16 19:37:15 UTC (rev 135491)
@@ -1,34 +1,26 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: Simon Zimmermann si...@insmo.com
 
-pkgbase=pass
-pkgname=('pass' 'passmenu')
+pkgname='pass'
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
 url='http://zx2c4.com/projects/password-store/'
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('2c4468360c678184051e76f03c2f6b04')
 license=('GPL2')
-arch=('any')
+depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+optdepends=('git: for Git support'
+'dmenu: for passmenu')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zx2c4/password-store/archive/${pkgver}.tar.gz;)
+md5sums=('cd2a4a905f1c3ecbc3f1c3768701e2cc')
 
-package_pass() {
-  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-  optdepends=('git: for Git support')
-  provides=(pass)
-  conflicts=(pass-git)
-
+package() {
   cd ${srcdir}/password-store-$pkgver/
-
   make DESTDIR=${pkgdir} FORCE_ALL=1 install
-}
 
-package_passmenu() {
-  pkgdesc='A dmenu interface to pass'
-  depends=('bash' 'dmenu' 'pass')
-  optdepends=('xdotool: for type support')
-
-  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
-
+  cd contrib/dmenu
   install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
 }


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

2015-01-29 Thread Lukas Fleischer
Date: Thursday, January 29, 2015 @ 10:53:17
  Author: lfleischer
Revision: 126740

upgpkg: pass 1.6.5-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-29 09:51:39 UTC (rev 126739)
+++ PKGBUILD2015-01-29 09:53:17 UTC (rev 126740)
@@ -3,11 +3,11 @@
 
 pkgbase=pass
 pkgname=('pass' 'passmenu')
-pkgver=1.6.3
+pkgver=1.6.5
 pkgrel=1
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('bcfd1027f5c92f26d7fcbf4e3af750eb')
+md5sums=('2c4468360c678184051e76f03c2f6b04')
 license=('GPL2')
 arch=('any')
 


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

2014-07-01 Thread Lukas Fleischer
Date: Wednesday, July 2, 2014 @ 01:19:54
  Author: lfleischer
Revision: 114548

upgpkg: pass 1.6.3-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 23:19:36 UTC (rev 114547)
+++ PKGBUILD2014-07-01 23:19:54 UTC (rev 114548)
@@ -3,11 +3,11 @@
 
 pkgbase=pass
 pkgname=('pass' 'passmenu')
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('4629a724c8d1e55af228d303cf4a6d5e')
+md5sums=('bcfd1027f5c92f26d7fcbf4e3af750eb')
 license=('GPL2')
 arch=('any')
 
@@ -26,6 +26,7 @@
 package_passmenu() {
   pkgdesc='A dmenu interface to pass'
   depends=('bash' 'dmenu' 'pass')
+  optdepends=('xdotool: for type support')
 
   cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
 



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:33:17
  Author: lfleischer
Revision: 111965

upgpkg: pass 1.6.2-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:31:27 UTC (rev 111964)
+++ PKGBUILD2014-05-27 10:33:17 UTC (rev 111965)
@@ -3,11 +3,11 @@
 
 pkgbase=pass
 pkgname=('pass' 'passmenu')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('d970e0c5a0e4d1455e5bfb8926a4cc1c')
+md5sums=('4629a724c8d1e55af228d303cf4a6d5e')
 license=('GPL2')
 arch=('any')
 



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

2014-04-26 Thread Lukas Fleischer
Date: Saturday, April 26, 2014 @ 15:06:57
  Author: lfleischer
Revision: 110187

upgpkg: pass 1.6.1-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-26 00:05:48 UTC (rev 110186)
+++ PKGBUILD2014-04-26 13:06:57 UTC (rev 110187)
@@ -3,11 +3,11 @@
 
 pkgbase=pass
 pkgname=('pass' 'passmenu')
-pkgver=1.6
+pkgver=1.6.1
 pkgrel=1
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('d81318de3f032686ea09a1ff2d84f16b')
+md5sums=('d970e0c5a0e4d1455e5bfb8926a4cc1c')
 license=('GPL2')
 arch=('any')
 



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

2014-04-24 Thread Lukas Fleischer
Date: Thursday, April 24, 2014 @ 20:47:02
  Author: lfleischer
Revision: 110142

upgpkg: pass 1.6-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 20 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-24 18:17:26 UTC (rev 110141)
+++ PKGBUILD2014-04-24 18:47:02 UTC (rev 110142)
@@ -1,25 +1,33 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: Simon Zimmermann si...@insmo.com
 
-pkgname=pass
-pkgver=1.5
+pkgbase=pass
+pkgname=('pass' 'passmenu')
+pkgver=1.6
 pkgrel=1
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('ca094372e1eec8c857b2f6ace09fb723')
-provides=(pass)
-conflicts=(pass-git)
+md5sums=('d81318de3f032686ea09a1ff2d84f16b')
 license=('GPL2')
 arch=('any')
-depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-optdepends=('git')
 
-package() {
+package_pass() {
+  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+  optdepends=('git: for Git support')
+  provides=(pass)
+  conflicts=(pass-git)
+
   cd ${srcdir}/password-store-$pkgver/
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} FORCE_ALL=1 install
+}
 
-  install -Dm0644 src/completion/pass.zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_pass
-  install -Dm0644 src/completion/pass.fish-completion 
$pkgdir/usr/share/fish/completions/pass.fish
+package_passmenu() {
+  pkgdesc='A dmenu interface to pass'
+  depends=('bash' 'dmenu' 'pass')
+
+  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
+
+  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
 }



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

2014-04-14 Thread Lukas Fleischer
Date: Monday, April 14, 2014 @ 20:41:36
  Author: lfleischer
Revision: 109416

upgpkg: pass 1.5-1

* Upstream update.
* Add fish completion.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 16:57:24 UTC (rev 109415)
+++ PKGBUILD2014-04-14 18:41:36 UTC (rev 109416)
@@ -2,12 +2,12 @@
 # Contributor: Simon Zimmermann si...@insmo.com
 
 pkgname=pass
-pkgver=1.4.2
-pkgrel=12
+pkgver=1.5
+pkgrel=1
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('c6382dbf5be4036021bf1ce61254b04b')
+md5sums=('ca094372e1eec8c857b2f6ace09fb723')
 provides=(pass)
 conflicts=(pass-git)
 license=('GPL2')
@@ -19,5 +19,7 @@
   cd ${srcdir}/password-store-$pkgver/
 
   make DESTDIR=${pkgdir} install
-  install -Dm0644 contrib/pass.zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_pass
+
+  install -Dm0644 src/completion/pass.zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_pass
+  install -Dm0644 src/completion/pass.fish-completion 
$pkgdir/usr/share/fish/completions/pass.fish
 }