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

Jelle van der Waa jelle at archlinux.org
Tue Jun 19 15:46:38 UTC 2018


    Date: Tuesday, June 19, 2018 @ 15:46:38
  Author: jelle
Revision: 344061

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-19 15:46:28 UTC (rev 344060)
+++ PKGBUILD	2018-06-19 15:46:38 UTC (rev 344061)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Simon Zimmermann <simon at insmo.com>
-
-pkgname='pass'
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='https://www.passwordstore.org/'
-license=('GPL2')
-depends=('xclip' 'bash' 'gnupg' 'tree')
-checkdepends=('git')
-optdepends=('git: for Git support'
-            '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")
-sha256sums=('f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869')
-
-check() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make test
-}
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
-
-  cd contrib/dmenu
-  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 344060, pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-19 15:46:38 UTC (rev 344061)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+
+pkgname='pass'
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('xclip' 'bash' 'gnupg' 'tree')
+checkdepends=('git')
+optdepends=('git: for Git support'
+            '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")
+sha256sums=('4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea')
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  cd contrib/dmenu
+  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
+}



More information about the arch-commits mailing list