[arch-commits] Commit in pass/repos/community-any (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Aug 5 18:13:45 UTC 2018
Date: Sunday, August 5, 2018 @ 18:13:45
Author: lfleischer
Revision: 368406
archrelease: copy trunk to community-any
Added:
pass/repos/community-any/PKGBUILD
(from rev 368405, pass/trunk/PKGBUILD)
Deleted:
pass/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-05 18:13:39 UTC (rev 368405)
+++ PKGBUILD 2018-08-05 18:13:45 UTC (rev 368406)
@@ -1,33 +0,0 @@
-# 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"
-}
Copied: pass/repos/community-any/PKGBUILD (from rev 368405, pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-05 18:13:45 UTC (rev 368406)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+
+pkgname='pass'
+pkgver=1.7.3
+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=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
+
+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