diff --git a/community/gnome-contacts/APKBUILD b/community/gnome-contacts/APKBUILD
index bd2c1464267c5fd2f6013aefe44a162bd34b53fc..b9c797493f70d8790d2ab36c884944f71360f07e 100644
--- a/community/gnome-contacts/APKBUILD
+++ b/community/gnome-contacts/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor: Rasmus Thomsen <oss@cogitri.dev>
 # Maintainer: team/gnome <pabloyoyoista@postmarketos.org>
 pkgname=gnome-contacts
-pkgver=47.0
+pkgver=47.1.1
 pkgrel=0
 pkgdesc="A contacts manager for GNOME"
 url="https://wiki.gnome.org/Apps/Contacts"
@@ -27,7 +27,7 @@ makedepends="
 	"
 checkdepends="appstream-glib"
 subpackages="$pkgname-lang $pkgname-doc"
-source="https://download.gnome.org/sources/gnome-contacts/${pkgver%.*}/gnome-contacts-$pkgver.tar.xz"
+source="https://download.gnome.org/sources/gnome-contacts/${pkgver%%.*}/gnome-contacts-$pkgver.tar.xz"
 
 build() {
 	abuild-meson -Db_lto=true . output
@@ -43,5 +43,5 @@ package() {
 }
 
 sha512sums="
-280b8e255921e84b47edec89a6bf535194da08444d8462b25b0eb686eb2e01795edb694af38239528c6ae50b03e743eb026890fdf7b91d2b12358a88fcb4f918  gnome-contacts-47.0.tar.xz
+e03588a82a6ce12d81cb7e346dee59a8e6b56365425c6ff172d4f4ce0b08cfae521dd279aca299d0c9938a832bfbe631a87e83d4a83daff8c5464d6173ae7ea3  gnome-contacts-47.1.1.tar.xz
 "