Package Details: authenticator 4.4.0-2

Git Clone URL: https://aur.archlinux.org/authenticator.git (read-only, click to copy)
Package Base: authenticator
Description: 2FA code generator for GNOME
Upstream URL: https://gitlab.gnome.org/World/Authenticator
Keywords: 2FA authentication gnome
Licenses: GPL3
Submitter: lll2yu
Maintainer: lika (Stetsed)
Last Packager: Stetsed
Votes: 28
Popularity: 0.007156
First Submitted: 2018-03-23 18:23 (UTC)
Last Updated: 2023-11-13 15:35 (UTC)

Pinned Comments

Stetsed commented on 2023-11-13 15:46 (UTC) (edited on 2023-11-13 15:48 (UTC) by Stetsed)

Hello,

I was added as a co-maintainer to maintain this package which I had the willingness to do at the time due to me using the package myself however due to me stepping away from it I don't check for updates etc as frequently as can be noted with the recent increase in time it took for a patch to be submitted.

I am looking for somebody to replace me as co-maintainer due to this, if you are willing to do this please contact me at arch@alias.selfhostable.net. Until one can be found I will continue to maintain this package however it might take longer than usual.

Have a pleasant day, Stetsed

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

shaybox commented on 2019-10-04 00:03 (UTC) (edited on 2019-10-04 00:05 (UTC) by shaybox)

libsecret* needs to be a dependency, it's required for the app to work

lll2yu commented on 2019-06-18 13:45 (UTC)

@maslic @rafaelff added libhandy as dependency, apologies for the delay in update.

rafaelff commented on 2019-06-11 22:54 (UTC) (edited on 2019-06-11 22:55 (UTC) by rafaelff)

Indeed. Even though libhandy is not listed in the requirements.txt file, a grep in the source code shows it is required by a couple of files. Should be added to depends array.

<deleted-account> commented on 2019-06-10 20:10 (UTC)

Seems it's missing libhandy as dependency:

Traceback (most recent call last):
  File "/usr/bin/authenticator", line 31, in <module>
    require_version("Handy", "0.0")
  File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Handy not available

depau commented on 2019-05-23 19:47 (UTC)

Also, please considere these suggestions

From 66349a3992459c1914cd9c9b1042605477114987 Mon Sep 17 00:00:00 2001
From: Davide Depau <davide@depau.eu>
Date: Thu, 23 May 2019 21:45:15 +0200
Subject: [PATCH] Add suggestions from comment by @rafaelff

https://aur.archlinux.org/packages/authenticator-git/#comment-694669
---
 .SRCINFO | 8 ++++----
 PKGBUILD | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index cd60f16..e90c7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = authenticator-git
    pkgdesc = 2FA code generator for GNOME
-   pkgver = 0.2.4.r15.g7091453
+   pkgver = 0.2.4.r16.gaf7aed5
    pkgrel = 1
    url = https://github.com/bilelmoussaoui/Authenticator
    arch = any
@@ -8,15 +8,15 @@ pkgbase = authenticator-git
    makedepends = meson
    makedepends = ninja
    makedepends = gobject-introspection
-   makedepends = gnome-common
-   depends = gtk3>=3.16.0
-   depends = python>=3.3.0
+   depends = gtk3
+   depends = python
    depends = glib2
    depends = python-pyotp
    depends = libsecret
    depends = python-pillow
    depends = pyzbar
    depends = python-gnupg
+   depends = python-beautifulsoup4
    provides = authenticator
    conflicts = authenticator
    source = authenticator::git+https://github.com/bilelmoussaoui/Authenticator.git
diff --git a/PKGBUILD b/PKGBUILD
index 62b87cc..04857e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@

 _pkgname=authenticator
 pkgname=$_pkgname-git
-pkgver=0.2.4.r15.g7091453
+pkgver=0.2.4.r16.gaf7aed5
 pkgrel=1
 pkgdesc="2FA code generator for GNOME "
 arch=('any')
 url="https://github.com/bilelmoussaoui/Authenticator"
 license=('GPL')
-depends=('gtk3>=3.16.0' 'python>=3.3.0' 'glib2' 'python-pyotp' 'libsecret' 'python-pillow' 'pyzbar' 'python-gnupg')
-makedepends=('meson' 'ninja' 'gobject-introspection' 'gnome-common')
+depends=('gtk3' 'python' 'glib2' 'python-pyotp' 'libsecret' 'python-pillow' 'pyzbar' 'python-gnupg' 'python-beautifulsoup4')
+makedepends=('meson' 'ninja' 'gobject-introspection')
 provides=('authenticator')
 conflicts=('authenticator')
 source=("$_pkgname::git+https://github.com/bilelmoussaoui/Authenticator.git")
@@ -22,7 +22,7 @@ pkgver() {

 prepare() {
   cd "$srcdir/$_pkgname"
-  meson build --prefix=/usr --libdir=lib
+  meson build --prefix=/usr --libdir=lib --libexecdir=lib
 }

 build() {
-- 
2.21.0

kaipee2 commented on 2019-03-01 09:14 (UTC)

Please update dependencies to replace python-pyzbar with pyzbar.

Looks like the package has been renamed, https://github.com/NaturalHistoryMuseum/python-pyzbar no longer exists.

cpuheater commented on 2018-11-28 15:03 (UTC)

'git' should be added to the makedepends list, otherwise you get ERROR: Cannot find the git package needed to handle git sources. in a clean build environment.

lll2yu commented on 2018-10-07 15:32 (UTC)

v0.2.5 was tagged at the time of pkg update. Though it's still tagged as 0.2.5 on flathub and in the meson.build file https://flathub.org/apps/details/com.github.bilelmoussaoui.Authenticator https://gitlab.gnome.org/World/Authenticator/blob/master/meson.build I've no idea why the tag was removed from gitlab repo.

Reverted to older tag so should be fixed now.

arun321 commented on 2018-10-07 15:10 (UTC)

==> Validating source files with sha256sums... authenticator ... Skipped ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of authenticator git repo... Cloning into 'authenticator'... done. fatal: '0.2.5' is not a commit and a branch 'makepkg' cannot be created from it ==> ERROR: Failure while creating working copy of authenticator git repo Aborting... Error making: authenticator

Please fix it.

askldjd commented on 2018-10-07 15:01 (UTC)

The current pkgver points to 0.2.5 and the AUR build is failing because the tag 0.2.5 was never released.

  -> Creating working copy of authenticator git repo...
Cloning into 'authenticator'...
done.
fatal: '0.2.5' is not a commit and a branch 'makepkg' cannot be created from it
==> ERROR: Failure while creating working copy of authenticator git repo
    Aborting...