summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Braun2016-07-09 23:30:45 +0200
committerFelix Braun2016-07-09 23:30:45 +0200
commita82fd094dcdcf4d4a59a057c7b59675d9dd63df8 (patch)
tree0c31bccbe660706ff5997cca0686c010174f5de0
parenta3b9fe25e850e40cd6f01d9c27084ae2ad9041c5 (diff)
downloadaur-a82fd094dcdcf4d4a59a057c7b59675d9dd63df8.tar.gz
release v2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 960d4dfb1395..7988983db10b 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.4.1
+ pkgver = 2.5.0
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.4.1.tar.gz
- md5sums = ef9d263075209242d6f55066c5c2fea6
+ source = https://github.com/KDAB/GammaRay/archive/v2.5.0.tar.gz
+ md5sums = 1459fc825a106968c1cda482453a0b08
pkgname = gammaray
diff --git a/PKGBUILD b/PKGBUILD
index 129c0462e149..93fb587abfba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gammaray
-pkgver=2.4.1
+pkgver=2.5.0
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=('ef9d263075209242d6f55066c5c2fea6')
+md5sums=('1459fc825a106968c1cda482453a0b08')
build() {
cd "$srcdir/GammaRay-$pkgver"
mkdir -p build