diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:33:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:33:00 -0300 |
commit | e1743ba8f6c2d5be53e9ee06434ee4ada2c5f993 (patch) | |
tree | 76e41d538aba8948e5e08cc43ca1efaf78dd0f7b | |
parent | 5aaf68da34179fc309297ce40580f38a51b6d705 (diff) | |
download | aports-e1743ba8f6c2d5be53e9ee06434ee4ada2c5f993.tar.bz2 aports-e1743ba8f6c2d5be53e9ee06434ee4ada2c5f993.tar.xz |
testing/gnome-authenticator: rebuild for py3-pyfavicon
-rw-r--r-- | testing/gnome-authenticator/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gnome-authenticator/APKBUILD b/testing/gnome-authenticator/APKBUILD index 0a33c6b110..8ea579629c 100644 --- a/testing/gnome-authenticator/APKBUILD +++ b/testing/gnome-authenticator/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-authenticator pkgver=3.32.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Two-Factor Authentication application" url="https://gitlab.gnome.org/World/Authenticator" arch="noarch" license="GPL-3.0-only" -depends="python3 py3-otp py3-beautifulsoup4 py3-pillow py3-favicon py3-pyzbar +depends="python3 py3-otp py3-beautifulsoup4 py3-pillow py3-pyfavicon py3-pyzbar py3-yoyo-migrations libhandy" makedepends="meson gtk+3.0-dev libsecret-dev zbar-dev gobject-introspection-dev" checkdepends="appstream-glib desktop-file-utils" |