Date: Friday, August 17, 2018 @ 07:59:10
  Author: arojas
Revision: 372244

Update to 2.9.1

Modified:
  gammaray/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-17 07:58:59 UTC (rev 372243)
+++ PKGBUILD    2018-08-17 07:59:10 UTC (rev 372244)
@@ -1,21 +1,22 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=gammaray
-pkgver=2.9.0
-pkgrel=3
+pkgver=2.9.1
+pkgrel=1
 pkgdesc="A tool for examining the internals of a Qt application and to some 
extent also manipulate it"
 arch=(x86_64)
 url="http://www.kdab.com/gammaray/";
 license=(GPL)
-depends=(syntax-highlighting qt5-script qt5-tools qt5-svg qt5-3d)
-makedepends=(cmake kcoreaddons qt5-wayland qt5-webengine qt5-scxml 
qt5-location qt5-connectivity doxygen)
+depends=(syntax-highlighting qt5-tools qt5-svg qt5-3d)
+makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml 
qt5-location qt5-connectivity doxygen)
 optdepends=('qt5-wayland: Wayland compositor inspector plugin'
             'qt5-webengine: web inspector plugin'
             'qt5-scxml: state machine viewer plugin'
             'qt5-connectivity: bluetooth plugin'
+            'qt5-script: script engine debugger plugin'
             'kcoreaddons: KJob tracker plugin')
 
source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
-sha256sums=('5ab3fb4ac3d7e82f37ed7c62e063505d52334338460cf31d91c99d485d1d7bc2'
+sha256sums=('ba1f6f2b777c550511a17f704b9c340df139de8ba8fa0d72782ea51d0086fa47'
             'SKIP')
 validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products 
<i...@kdab.com>
 

Reply via email to