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

Filipe Laíns ffy00 at archlinux.org
Thu Dec 5 19:10:31 UTC 2019


    Date: Thursday, December 5, 2019 @ 19:10:30
  Author: ffy00
Revision: 535665

archrelease: copy trunk to community-x86_64

Added:
  libpam-google-authenticator/repos/community-x86_64/PKGBUILD
    (from rev 535664, 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	2019-12-05 19:10:21 UTC (rev 535664)
+++ PKGBUILD	2019-12-05 19:10:30 UTC (rev 535665)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: robertfoster
-
-pkgname=libpam-google-authenticator
-pkgver=1.06
-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=('a278360be1a3c5a03ddb38d40be45dbba16b6f565ee919377a918565bd8c567ce261890dc10d277edea4f469cf1da1d9cf2c9f3ccfeef8c6887d713c785a5440')
-
-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 535664, libpam-google-authenticator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-05 19:10:30 UTC (rev 535665)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list