mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt5-base to 5.15.2+kde+r263-2
This commit is contained in:
parent
0f2f56fae9
commit
4550a9a9c6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue