git » qt5-base.git » commit 6a5105c

Depend on qt5-translations, all Qt apps use them

author Antonio Rojas
2021-12-18 00:17:07 UTC
committer Antonio Rojas
2021-12-18 00:17:07 UTC
parent 5748badd3fedfcfe6de7f06671bcdf1ae45e9d05

Depend on qt5-translations, all Qt apps use them

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index b55b603..44c2c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 pkgver=5.15.2+kde+r263
-pkgrel=1
+pkgrel=2
 _commit=7c6c0030cf80ef7b9ace42996b0e0c3a72f76860
 arch=('x86_64')
 url='https://www.qt.io'
@@ -77,6 +77,7 @@ build() {
 
 package_qt5-base() {
   pkgdesc='A cross-platform application and UI framework'
+  depends+=(qt5-translations)
 
   cd ${_pkgfqn}
   make INSTALL_ROOT="${pkgdir}" install