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

Morten Linderud foxboron at archlinux.org
Tue Jul 3 11:48:11 UTC 2018


    Date: Tuesday, July 3, 2018 @ 11:48:10
  Author: foxboron
Revision: 350877

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-03 11:48:04 UTC (rev 350876)
+++ PKGBUILD	2018-07-03 11:48:10 UTC (rev 350877)
@@ -1,21 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contibutor: Alexandre Pujol <alexandre at pujol.io>
-
-pkgname='pass-otp'
-pkgver=1.1.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=('3971467475f8ed573eb860c7a44bd268d464d169dddbc0a4da89232d5beee144')
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pass-otp/repos/community-any/PKGBUILD (from rev 350876, pass-otp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-03 11:48:10 UTC (rev 350877)
@@ -0,0 +1,21 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contibutor: Alexandre Pujol <alexandre at pujol.io>
+
+pkgname='pass-otp'
+pkgver=1.1.1
+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=('edb3142ab81d70af4e6d1c7f13abebd7c349be474a3f9293d9648ee91b75b458')
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list