diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index e07d45703..c534b44a3 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -9,7 +9,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' @@ -91,6 +91,7 @@ build() { package_qt5-base() { pkgdesc='A cross-platform application and UI framework' + depends+=(qt5-translations) cd ${_pkgfqn} make INSTALL_ROOT="${pkgdir}" install