git » qt5-base.git » commit a4009e9

Bump revision

author Antonio Rojas
2021-09-21 21:34:12 UTC
committer Antonio Rojas
2021-09-21 21:34:12 UTC
parent c4caf17364dfd6fc814e11f434295b5acba0f19a

Bump revision

PKGBUILD +4 -5

diff --git a/PKGBUILD b/PKGBUILD
index b149ef1..e371a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r224
-pkgrel=2
-_commit=aa36d950b5d817d1adf660eb54dacf0a1c16adde
+pkgver=5.15.2+kde+r226
+pkgrel=1
+_commit=64a0068011e12f178fb7ff65fafe7cfaa4620719
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -71,8 +71,7 @@ build() {
     -no-mimetype-database \
     -no-use-gold-linker \
     -reduce-relocations \
-    -no-strip \
-    -DUSE_X11
+    -no-strip
   make
 }