summaryrefslogtreecommitdiff
path: root/testing/authenticator-rs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/authenticator-rs/APKBUILD')
-rw-r--r--testing/authenticator-rs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/authenticator-rs/APKBUILD b/testing/authenticator-rs/APKBUILD
index 11f1006681f..5a965b6e90e 100644
--- a/testing/authenticator-rs/APKBUILD
+++ b/testing/authenticator-rs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: 3nodeproblem <git@3n.anonaddy.com>
pkgname=authenticator-rs
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="TOTP MFA/2FA application written in Rust and GTK3"
url="https://github.com/grumlimited/authenticator-rs"
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust and cargo
@@ -13,7 +13,7 @@ makedepends="
curl-dev
gtk+3.0-dev
meson
- openssl-dev
+ openssl-dev>3
sqlite-dev
zlib-dev
"