[arch-commits] Commit in qtcreator/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 23 18:06:43 UTC 2022


    Date: Wednesday, March 23, 2022 @ 18:06:42
  Author: arojas
Revision: 440618

Update to 7.0.0

Modified:
  qtcreator/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 17:42:47 UTC (rev 440617)
+++ PKGBUILD	2022-03-23 18:06:42 UTC (rev 440618)
@@ -7,9 +7,9 @@
 # Contributor: delor <bartekpiech gmail com>
 
 pkgname=qtcreator
-pkgver=6.0.2
+pkgver=7.0.0
 _clangver=13.0.1
-pkgrel=4
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -30,16 +30,10 @@
             'valgrind: analyze support'
             'perf: performer analyzer'
             'mlocate: locator filter')
-source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz
-        QTCREATORBUG-26989.patch::https://code.qt.io/cgit/qt-creator/qt-creator.git/patch/?id=03a0ed07)
-sha256sums=('3d173c1a02ce55137a23f294e1a840d7648656e97826067eb29d9df653351bfa'
-            'c64ff799179828159a6fb3db4d6e0a864457e632ba4c6a6d1761245275c0c5e8')
+source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz)
+sha256sums=('d39a05e48bb961cfab61135a5ee5503fc4d381c74000b910f36bf0cea37736d9')
 options=(debug)
 
-prepare() {
-  patch -d qt-creator-opensource-src-$pkgver -p1 < QTCREATORBUG-26989.patch # Fix crashes in debugger
-}
-
 build() {
   cmake -B build -S qt-creator-opensource-src-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list