author | Antonio Rojas
<arojas@archlinux.org> 2020-08-27 22:22:58 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-08-27 22:22:58 UTC |
parent | 656675069a5148ef2ca159624e19b7d40d55171b |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index f405f41..95620bf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=qt5-base pkgname=(qt5-base qt5-xcb-private-headers) _qtver=5.15.0 pkgver=${_qtver/-/} -pkgrel=4 +pkgrel=5 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -72,7 +72,8 @@ build() { -journald \ -no-mimetype-database \ -no-use-gold-linker \ - -reduce-relocations + -reduce-relocations \ + -no-strip make }