author | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 22:31:08 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 22:31:08 UTC |
parent | 60057dbd9117d08ca18d08907107884aabdf4aab |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index b53c60f..63293ef 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qt5-declarative pkgver=5.15.2+kde+r43 -pkgrel=2 +pkgrel=3 _commit=c691908c54ed7815f513f8511005dbf1f13ad40d arch=('x86_64') url='https://www.qt.io' @@ -33,7 +33,7 @@ prepare() { build() { cd build - qmake ../${_pkgfqn} + qmake ../${_pkgfqn} CONFIG+=fat-static-lto make }