diff --git a/community/qt5-qtwebglplugin/APKBUILD b/community/qt5-qtwebglplugin/APKBUILD
index fd607d181bbc52a24b6359ee5cd776d34d2637ac..72274f43e756b67aa9d25f57fc62f49ea06270b8 100644
--- a/community/qt5-qtwebglplugin/APKBUILD
+++ b/community/qt5-qtwebglplugin/APKBUILD
@@ -23,7 +23,7 @@ case $pkgver in
 	*) _rel=official_releases;;
 esac
 
-source="https://invent.kde.org/qt/qt/qtwebglplugin/-/archive/$_commit/qtwebglplugin-$_comimt.tar.gz"
+source="https://invent.kde.org/qt/qt/qtwebglplugin/-/archive/$_commit/qtwebglplugin-$_commit.tar.gz"
 
 prepare() {
 	default_prepare
@@ -53,5 +53,5 @@ package() {
 	ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/$pkgname
 }
 sha512sums="
-a5b69298b3e539c13a80f704a432e35ac0e813bc2f65c99896b5412598f1b986a27a06de74d7fad964cc4894d971bfcf181cd233caf60790f5df4bfb3ce83575  qtwebglplugin-.tar.gz
+a5b69298b3e539c13a80f704a432e35ac0e813bc2f65c99896b5412598f1b986a27a06de74d7fad964cc4894d971bfcf181cd233caf60790f5df4bfb3ce83575  qtwebglplugin-df60c61e640dc4fb6be0d9565a4ab08aee054f93.tar.gz
 "