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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 17:31:01 UTC 2021


    Date: Wednesday, January 13, 2021 @ 17:31:01
  Author: felixonmars
Revision: 820576

archrelease: copy trunk to community-x86_64

Added:
  libpam-google-authenticator/repos/community-x86_64/PKGBUILD
    (from rev 820575, 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	2021-01-13 17:30:50 UTC (rev 820575)
+++ PKGBUILD	2021-01-13 17:31:01 UTC (rev 820576)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: libpam-google-authenticator/repos/community-x86_64/PKGBUILD (from rev 820575, libpam-google-authenticator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 17:31:01 UTC (rev 820576)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: robertfoster
+
+pkgname=libpam-google-authenticator
+pkgver=1.09
+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=('c71cec3200214f7a6c7f7f33fdc0f00e812b378940be92017785bbba82236b90d443977a2af12465285316e3dade0313f4d6df1f3d85f37f830d9877c7c33754')
+
+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