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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Feb 19 16:34:51 UTC 2020


    Date: Wednesday, February 19, 2020 @ 16:34:50
  Author: svenstaro
Revision: 576667

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   39 ++++++++++++++++++---------------------
 1 file changed, 18 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-19 16:34:46 UTC (rev 576666)
+++ PKGBUILD	2020-02-19 16:34:50 UTC (rev 576667)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Lex Black <autumn-wind at web dot de>
-
-pkgname=rofi-pass
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="bash script to handle pass storages in a convenient way"
-arch=('any')
-url='https://github.com/carnager/rofi-pass'
-license=('GPL')
-depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'pwgen' 'xdotool' 'xclip')
-optdepends=('passed-git: change fieldnames in password files'
-            'pass-otp: for OTP support')
-conflicts=('rofi-pass-git')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/carnager/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('28f59696911089c31b3f17bde281e3d79c3f757ecc4da61386719c6cff9b31c0944a2ac549d7838f06c249d4535c0dc107ba684115f15db42a24bfdb2f575437')
-
-
-package() {
-    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: rofi-pass/repos/community-any/PKGBUILD (from rev 576666, rofi-pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-19 16:34:50 UTC (rev 576667)
@@ -0,0 +1,18 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=rofi-pass
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="bash script to handle pass storages in a convenient way"
+arch=('any')
+url='https://github.com/carnager/rofi-pass'
+license=('GPL')
+depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'pwgen' 'xdotool' 'xclip')
+optdepends=('pass-otp: for OTP support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/carnager/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('28f59696911089c31b3f17bde281e3d79c3f757ecc4da61386719c6cff9b31c0944a2ac549d7838f06c249d4535c0dc107ba684115f15db42a24bfdb2f575437')
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list