summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Braun2016-07-29 18:08:14 +0200
committerFelix Braun2016-07-29 18:08:14 +0200
commit8c7a5541fd8f869ab8eb679eea4b4a18b05dff05 (patch)
tree2a1642a2680403cd2892e29dbf3834d789c86292
parenta82fd094dcdcf4d4a59a057c7b59675d9dd63df8 (diff)
downloadaur-8c7a5541fd8f869ab8eb679eea4b4a18b05dff05.tar.gz
v2.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7988983db10b..712dfce68c62 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.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = http://www.kdab.com/kdab-products/gammaray/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = gammaray
depends = qt5-script
depends = qt5-svg
depends = qt5-tools
- source = https://github.com/KDAB/GammaRay/archive/v2.5.0.tar.gz
- md5sums = 1459fc825a106968c1cda482453a0b08
+ source = https://github.com/KDAB/GammaRay/archive/v2.5.1.tar.gz
+ md5sums = 3f74740a97b135c8cf80bac31e7edb8f
pkgname = gammaray
diff --git a/PKGBUILD b/PKGBUILD
index 93fb587abfba..fe4eddbf2db6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gammaray
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
epoch=
pkgdesc="A tool for examining the internals of a Qt application and to some extent also manipulate it"
@@ -8,7 +8,7 @@ url="http://www.kdab.com/kdab-products/gammaray/"
license=('GPL')
depends=(graphviz qt5-script qt5-svg qt5-tools)
source=(https://github.com/KDAB/GammaRay/archive/v$pkgver.tar.gz)
-md5sums=('1459fc825a106968c1cda482453a0b08')
+md5sums=('3f74740a97b135c8cf80bac31e7edb8f')
build() {
cd "$srcdir/GammaRay-$pkgver"
mkdir -p build