Date: Sunday, January 8, 2023 @ 23:10:01
  Author: arojas
Revision: 466269

upgpkg: qt5-declarative 5.15.8+kde+r22-2: Revert commit that breaks kdenlive 
(FS#77054)

Modified:
  qt5-declarative/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-08 22:43:18 UTC (rev 466268)
+++ PKGBUILD    2023-01-08 23:10:01 UTC (rev 466269)
@@ -4,7 +4,7 @@
 pkgname=qt5-declarative
 _basever=5.15.8
 pkgver=5.15.8+kde+r22
-pkgrel=1
+pkgrel=2
 _commit=e53eec414af66f72046960693d5b6ac8060fb384
 arch=('x86_64')
 url='https://www.qt.io'
@@ -26,6 +26,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 8d4a3cc537e13551b60c66c2127277444ac74441 # 
https://bugs.kde.org/show_bug.cgi?id=464027
 }
 
 build() {

Reply via email to