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

Filipe Laíns ffy00 at archlinux.org
Tue May 21 12:21:52 UTC 2019


    Date: Tuesday, May 21, 2019 @ 12:21:52
  Author: ffy00
Revision: 468181

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-21 12:21:37 UTC (rev 468180)
+++ PKGBUILD	2019-05-21 12:21:52 UTC (rev 468181)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: robertfoster
-
-pkgname=libpam-google-authenticator
-pkgver=1.05
-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=('d97b26c6181dbce0612628484db37b1bf61e984fb2fb3d4974d04038e564404aa17415368dba524f0d17d96ec8d57ae4129b27f0c672d849d16ef03941d87996')
-
-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 468180, libpam-google-authenticator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-21 12:21:52 UTC (rev 468181)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list