[arch-commits] Commit in pass-otp/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Jul 5 22:53:38 UTC 2020
Date: Sunday, July 5, 2020 @ 22:53:38
Author: foxboron
Revision: 657930
archrelease: copy trunk to community-any
Added:
pass-otp/repos/community-any/PKGBUILD
(from rev 657929, pass-otp/trunk/PKGBUILD)
Deleted:
pass-otp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-05 22:53:30 UTC (rev 657929)
+++ PKGBUILD 2020-07-05 22:53:38 UTC (rev 657930)
@@ -1,21 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contibutor: Alexandre Pujol <alexandre at pujol.io>
-
-pkgname='pass-otp'
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
-arch=('any')
-url='https://github.com/tadfisher/pass-otp'
-license=('GPL3')
-depends=('pass'
- 'oath-toolkit'
- 'qrencode')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz")
-sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67')
-
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: pass-otp/repos/community-any/PKGBUILD (from rev 657929, pass-otp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-05 22:53:38 UTC (rev 657930)
@@ -0,0 +1,21 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contibutor: Alexandre Pujol <alexandre at pujol.io>
+
+pkgname='pass-otp'
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
+arch=('any')
+url='https://github.com/tadfisher/pass-otp'
+license=('GPL3')
+depends=('pass'
+ 'oath-toolkit'
+ 'qrencode')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz")
+sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67')
+
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list