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

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


    Date: Tuesday, February 28, 2017 @ 05:37:04
  Author: lfleischer
Revision: 214151

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 05:36:58 UTC (rev 214150)
+++ PKGBUILD	2017-02-28 05:37:04 UTC (rev 214151)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Simon Zimmermann <simon at insmo.com>
-
-pkgname='pass'
-pkgver=1.6.5
-pkgrel=2
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='http://zx2c4.com/projects/password-store/'
-license=('GPL2')
-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() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" FORCE_ALL=1 install
-
-  cd contrib/dmenu
-  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 214150, pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-28 05:37:04 UTC (rev 214151)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+
+pkgname='pass'
+pkgver=1.7
+pkgrel=1
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='http://zx2c4.com/projects/password-store/'
+license=('GPL2')
+depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+optdepends=('git: for Git support'
+            'dmenu: for passmenu')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
+md5sums=('d50730755d9da64db2250aa0ab30bf89')
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" FORCE_ALL=1 install
+
+  cd contrib/dmenu
+  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
+}



More information about the arch-commits mailing list