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

Antonio Rojas arojas at archlinux.org
Wed Jun 9 13:26:56 UTC 2021


    Date: Wednesday, June 9, 2021 @ 13:26:56
  Author: arojas
Revision: 417544

Update to 4.15.1

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 11:39:29 UTC (rev 417543)
+++ PKGBUILD	2021-06-09 13:26:56 UTC (rev 417544)
@@ -7,9 +7,9 @@
 # Contributor: delor <bartekpiech gmail com>
 
 pkgname=qtcreator
-pkgver=4.15.0
+pkgver=4.15.1
 _clangver=12.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -31,8 +31,8 @@
             '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")
-sha256sums=('d9829abc370b56e84dc48f9a61311b369d645bc1181ea4dbec5ec7a30db6f210')
+source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz)
+sha256sums=('5ca9457987e7af0af929c310cc995496388076b6a0b9c429828c60bf0eec1b4d')
 
 build() {
   cmake -B build -S qt-creator-opensource-src-$pkgver \



More information about the arch-commits mailing list