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

Lukas Fleischer lfleischer at archlinux.org
Fri Apr 14 08:32:03 UTC 2017


    Date: Friday, April 14, 2017 @ 08:32:02
  Author: lfleischer
Revision: 223000

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-14 08:31:54 UTC (rev 222999)
+++ PKGBUILD	2017-04-14 08:32:02 UTC (rev 223000)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Simon Zimmermann <simon at insmo.com>
-
-pkgname='pass'
-pkgver=1.7
-pkgrel=2
-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"
-        "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}" WITH_ALLCOMP=yes install
-
-  cd contrib/dmenu
-  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 222999, pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-14 08:32:02 UTC (rev 223000)
@@ -0,0 +1,33 @@
+# 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"
+}



More information about the arch-commits mailing list