diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD
index 4bd735247bbde0cc56f7dd3f3216f2005a1d6b68..de8d57941d15ed0a0f8225e4d3fdfbba0e673776 100644
--- a/community/gnome-authenticator/APKBUILD
+++ b/community/gnome-authenticator/APKBUILD
@@ -1,8 +1,7 @@
 # Contributor: Rasmus Thomsen <oss@cogitri.dev>
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-authenticator
-pkgver=4.0.3_git20220417
-_commit=0df6197f1b03c4df8f55d8d4ec53b65ccf475dc9
+pkgver=4.1.1
 pkgrel=0
 pkgdesc="Two-Factor Authentication application"
 url="https://gitlab.gnome.org/World/Authenticator"
@@ -25,8 +24,8 @@ makedepends="
 	"
 checkdepends="appstream-glib desktop-file-utils"
 subpackages="$pkgname-dbg $pkgname-lang"
-source="https://gitlab.gnome.org/World/Authenticator/-/archive/$_commit/Authenticator-$_commit.tar.gz"
-builddir="$srcdir/Authenticator-$_commit"
+source="https://gitlab.gnome.org/World/Authenticator/-/archive/$pkgver/Authenticator-$pkgver.tar.gz"
+builddir="$srcdir/Authenticator-$pkgver"
 
 build() {
 	abuild-meson . output
@@ -42,5 +41,5 @@ package() {
 }
 
 sha512sums="
-8f2b00ab72580017cbac5b38cbafa8c165b262837fe479d13daacd286ba4b5d50e21b428ea965f6ae11408a0896462b15d9e10f4bb95f393c3e4e8db4959864d  Authenticator-0df6197f1b03c4df8f55d8d4ec53b65ccf475dc9.tar.gz
+b86eec79baf036a33cb3d5076601efef94467d3a2c4577c59ea35d7e390b3f2ad4431b1162f760df9bd48f824e53b19fdf92c758b1b8f99ae7fef5aa1dff1d71  Authenticator-4.1.1.tar.gz
 "