[arch-commits] Commit in libpam-google-authenticator/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jan 18 14:58:11 UTC 2020


    Date: Saturday, January 18, 2020 @ 14:58:10
  Author: felixonmars
Revision: 553021

archrelease: copy trunk to community-x86_64

Added:
  libpam-google-authenticator/repos/community-x86_64/PKGBUILD
    (from rev 553020, libpam-google-authenticator/trunk/PKGBUILD)
Deleted:
  libpam-google-authenticator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 14:57:58 UTC (rev 553020)
+++ PKGBUILD	2020-01-18 14:58:10 UTC (rev 553021)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: robertfoster
-
-pkgname=libpam-google-authenticator
-pkgver=1.07
-pkgrel=1
-pkgdesc='PAM module for google authenticator app'
-arch=('x86_64')
-url="https://github.com/google/google-authenticator-libpam"
-license=('Apache')
-depends=('pam')
-optdepends=('qrencode: scannable QR codes for google auth phone app')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/google-authenticator-libpam/archive/$pkgver.tar.gz")
-sha512sums=('3e2bc9bfc3759f9004d08b1557868a33b628290b62aa9051d21072a66e18ca4b09cdef0fc8303943cb36ac5b61fe864a9de9fe0a1d8677ee86403cfd4c89c1fb')
-
-build() {
-  cd google-authenticator-libpam-$pkgver
-  ./bootstrap.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd google-authenticator-libpam-$pkgver
-  make DESTDIR="$pkgdir" install
-  libtool --finish "$pkgdir"/usr/lib/security
-}

Copied: libpam-google-authenticator/repos/community-x86_64/PKGBUILD (from rev 553020, libpam-google-authenticator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-18 14:58:10 UTC (rev 553021)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: robertfoster
+
+pkgname=libpam-google-authenticator
+pkgver=1.08
+pkgrel=1
+pkgdesc='PAM module for google authenticator app'
+arch=('x86_64')
+url="https://github.com/google/google-authenticator-libpam"
+license=('Apache')
+depends=('pam')
+optdepends=('qrencode: scannable QR codes for google auth phone app')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/google-authenticator-libpam/archive/$pkgver.tar.gz")
+sha512sums=('f53d2fc20b5fa0f4621566509a2ef746077e3345de289bd2c9565440eb972e3a80807bf50a2cce8e2cc520df72c2e236629a921e3fce90fd635aff0c0ef36f75')
+
+build() {
+  cd google-authenticator-libpam-$pkgver
+  ./bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd google-authenticator-libpam-$pkgver
+  make DESTDIR="$pkgdir" install
+  libtool --finish "$pkgdir"/usr/lib/security
+}



More information about the arch-commits mailing list