summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlll2yu2019-07-30 21:00:59 +0530
committerlll2yu2019-07-30 21:00:59 +0530
commitcf76322332b74f8736d8bbf9f13e84c4a530bb5e (patch)
tree73d886ab8c6342f4603333ff5697893a9bfd427c
parentd77c29a78ef7367d70ba36a1705ef7817d7725da (diff)
downloadaur-cf76322332b74f8736d8bbf9f13e84c4a530bb5e.tar.gz
v3.32.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e68e94685409..e0e4d0f15e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authenticator
pkgdesc = 2FA code generator for GNOME
- pkgver = 3.32.1
+ pkgver = 3.32.2
pkgrel = 3
url = https://gitlab.gnome.org/World/Authenticator
arch = any
@@ -17,7 +17,8 @@ pkgbase = authenticator
depends = python-yoyo-migrations
depends = python-requests
depends = libhandy
- source = authenticator::git+https://gitlab.gnome.org/World/Authenticator.git?unsigned#tag=3.32.1
+ depends = python-pyfavicon
+ source = authenticator::git+https://gitlab.gnome.org/World/Authenticator.git?unsigned#tag=3.32.2
source = git+https://gitlab.gnome.org/GNOME/libgd.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 065852cae55c..a525040f5531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: LLL2yu <lll2yu@protonmail.com>
pkgname="authenticator"
-pkgver=3.32.1
+pkgver=3.32.2
pkgrel=3
pkgdesc="2FA code generator for GNOME"
arch=('any')
url="https://gitlab.gnome.org/World/Authenticator"
license=("GPL3")
-depends=('pyzbar' 'python-pyotp' 'python-pillow' 'appstream-glib' 'python-beautifulsoup4' 'python-yoyo-migrations' 'python-requests' 'libhandy')
+depends=('pyzbar' 'python-pyotp' 'python-pillow' 'appstream-glib' 'python-beautifulsoup4' 'python-yoyo-migrations' 'python-requests' 'libhandy' 'python-pyfavicon')
makedepends=('meson' 'ninja' 'gobject-introspection' 'git')
source=("$pkgname::git+https://gitlab.gnome.org/World/Authenticator.git?unsigned#tag=${pkgver}"
'git+https://gitlab.gnome.org/GNOME/libgd.git')