summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Cali2013-10-03 23:14:57 -0500
committerAlexander Görtz2015-06-10 08:45:56 +0200
commit3a7ee421f62cfee4e23c917a4cf5ba70d24fb900 (patch)
treee5d130d13d5cd4bca93c8b0a785f634dcd4a2911
parent25632988376fbe6b8a0f40008226a5fd634f7abe (diff)
downloadaur-3a7ee421f62cfee4e23c917a4cf5ba70d24fb900.tar.gz
set arch to any
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--README.md25
3 files changed, 24 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce7eba7d291b..87f28e9761aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = google-authenticator-libpam-git
pkgver = 20120505
pkgrel = 1
url = https://code.google.com/p/google-authenticator/
- arch = i686
- arch = x86_64
+ arch = any
license = APACHE
makedepends = git
depends = pam
diff --git a/PKGBUILD b/PKGBUILD
index 40f708c5dbc7..02a0ddbf9a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='google-authenticator-libpam-git'
pkgver=20120505
pkgrel=1
pkgdesc='PAM module for google authenticator app'
-arch=('i686' 'x86_64')
+arch=('any')
url="https://code.google.com/p/google-authenticator/"
license=('APACHE')
depends=('pam')
diff --git a/README.md b/README.md
index e941021b7ab4..9b859a2ddb63 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,23 @@
-aur-google-authenticator-libpam-git
-===================================
+# AUR package for google auth libpam #
+
+### DESCRIPTION ###
+
+From the google authenticator [homepage](https://code.google.com/p/google-authenticator/):
+> The PAM module can add a two-factor authentication step to any PAM-enabled application. It supports:
+>
+> * Per-user secret and status file stored in user's home directory
+> * Support for 30-second TOTP codes
+> * Support for emergency scratch codes
+> * Protection against replay attacks
+> * Key provisioning via display of QR code
+> * Manual key entry of RFC 3548 base32 key strings
+
+This PKGBUILD uses the latest source from the official google authenticator libpam [git repo](http://code.google.com/p/google-authenticator/source/checkout) to build an Arch Linux ``pkg.tar.xz``.
+
+### INSTALL ###
+ git clone git@github.com:calid/aur-google-authenticator-libpam-git.git
+ cd aur-google-authenticator-libpam-git
+ makepkg
+ sudo pacman -U google-authenticator-libpam-git-XYZ-any.pkg.tar.xz
+
-Arch Linux google-authenticator-libpam-git PKGBUILD