summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Braun2018-02-08 20:09:19 +0100
committerFelix Braun2018-02-08 20:09:19 +0100
commit2bc0d5e725a97a8b1bbf1886664954df6826de95 (patch)
tree2beb15873ad01c834bf82ab25ee63263c6c2bc3c
parent753fc6a3e1af479d68a12456d28e49ce92d7ad06 (diff)
downloadaur-2bc0d5e725a97a8b1bbf1886664954df6826de95.tar.gz
release 2.8.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4844aff53186..3406e7b8f4a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,8 +17,7 @@ pkgbase = gammaray
depends = qt5-webkit
depends = qt5-declarative
depends = qt5-location
- source = https://github.com/KDAB/GammaRay/archive/v2.8.0.tar.gz
- md5sums = bb3fe9c2d514a209f38d58f12cdf8702
-
+ source = https://github.com/KDAB/GammaRay/archive/v2.8.2.tar.gz
+ sha256sums = 0c0ca35399d5977bf4057bd5b8df3da683899638383881f36de50d1fa2754060
pkgname = gammaray
diff --git a/PKGBUILD b/PKGBUILD
index 2c5a91bcd5b8..78cf21eacd06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gammaray
-pkgver=2.8.1
+pkgver=2.8.2
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=('bb3fe9c2d514a209f38d58f12cdf8702')
+sha256sums=('0c0ca35399d5977bf4057bd5b8df3da683899638383881f36de50d1fa2754060')
build() {
cd "$srcdir/GammaRay-$pkgver"
mkdir -p build