[arch-commits] Commit in pass/repos/community-any (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Apr 14 18:41:46 UTC 2014


    Date: Monday, April 14, 2014 @ 20:41:46
  Author: lfleischer
Revision: 109417

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
    (from rev 109416, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 +++++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-14 18:41:36 UTC (rev 109416)
+++ PKGBUILD	2014-04-14 18:41:46 UTC (rev 109417)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Simon Zimmermann <simon at insmo.com>
-
-pkgname=pass
-pkgver=1.4.2
-pkgrel=12
-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')
-provides=(pass)
-conflicts=(pass-git)
-license=('GPL2')
-arch=('any')
-depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-optdepends=('git')
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 contrib/pass.zsh-completion "$pkgdir/usr/share/zsh/site-functions/_pass"
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 109416, pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-14 18:41:46 UTC (rev 109417)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+
+pkgname=pass
+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=('ca094372e1eec8c857b2f6ace09fb723')
+provides=(pass)
+conflicts=(pass-git)
+license=('GPL2')
+arch=('any')
+depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+optdepends=('git')
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+
+  make DESTDIR="${pkgdir}" 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"
+}




More information about the arch-commits mailing list