summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Braun2017-06-08 21:45:19 +0200
committerFelix Braun2017-06-08 21:45:19 +0200
commit43070feeb45d60910d36e59c5e2e81a0fd761e42 (patch)
tree58d49db998e36f1bc2b73b22d2e58e1e44bdb3a5
parentf79ee91f44d7c1fc81d3399e29a7149860a2fb57 (diff)
downloadaur-43070feeb45d60910d36e59c5e2e81a0fd761e42.tar.gz
v2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc12ee0f6891..a3309f963d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Tue Dec 29 15:10:50 UTC 2015
pkgbase = gammaray
pkgdesc = A tool for examining the internals of a Qt application and to some extent also manipulate it
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = http://www.kdab.com/kdab-products/gammaray/
arch = i686
@@ -17,8 +17,8 @@ pkgbase = gammaray
depends = qt5-webkit
depends = qt5-declarative
depends = qt5-location
- source = https://github.com/KDAB/GammaRay/archive/v2.6.0.tar.gz
- md5sums = 32cef383e3f6484f41ff4482669b6ff4
+ source = https://github.com/KDAB/GammaRay/archive/v2.8.0.tar.gz
+ md5sums = afbbb43efbe242a599933da3c7bf516c
pkgname = gammaray
diff --git a/PKGBUILD b/PKGBUILD
index c6bfae8487c5..f5cc64d992ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gammaray
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
epoch=
pkgdesc="A tool for examining the internals of a Qt application and to some extent also manipulate it"
@@ -18,7 +18,7 @@ depends=(graphviz
qt5-webkit # Web inspector
)
source=(https://github.com/KDAB/GammaRay/archive/v$pkgver.tar.gz)
-md5sums=('32cef383e3f6484f41ff4482669b6ff4')
+md5sums=('afbbb43efbe242a599933da3c7bf516c')
build() {
cd "$srcdir/GammaRay-$pkgver"
mkdir -p build