summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMladen Milinkovic2020-11-29 11:31:26 +0100
committerMladen Milinkovic2020-11-29 11:31:26 +0100
commit18e07131155c6dd72b584b616dd7a09f2e8e3106 (patch)
tree6ded5c62efef5d20f118483cf6c0849ca77acb9a
parent7b44864f061c24750419c167e12d10135e217706 (diff)
downloadaur-18e07131155c6dd72b584b616dd7a09f2e8e3106.tar.gz
5.76.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cffc51bd1f8f..ddf8ca994846 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = mingw-w64-kcrash
pkgdesc = Support for application crash analysis and bug report from apps (mingw-w64)
- pkgver = 5.45.0
+ pkgver = 5.76.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = any
groups = mingw-w64-kf5
license = LGPL
- makedepends = mingw-w64-extra-cmake-modules=5.45.0
- depends = mingw-w64-kcoreaddons>=5.45.0
- depends = mingw-w64-kwindowsystem>=5.45.0
+ makedepends = mingw-w64-extra-cmake-modules>=5.76.0
+ depends = mingw-w64-kcoreaddons>=5.76.0
+ depends = mingw-w64-kwindowsystem>=5.76.0
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.45/kcrash-5.45.0.tar.xz
- source = http://download.kde.org/stable/frameworks/5.45/kcrash-5.45.0.tar.xz.sig
+ source = http://download.kde.org/stable/frameworks/5.76/kcrash-5.76.0.tar.xz
+ source = http://download.kde.org/stable/frameworks/5.76/kcrash-5.76.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
- sha256sums = 7bb20708404a80fc2bec0d2126666b0c18e779beb41198b158c77d8565a8c3db
+ sha256sums = c4e32254b22f1f02db556be2ad40000cc52cac2e30a35682af3c75ac69710993
sha256sums = SKIP
pkgname = mingw-w64-kcrash
diff --git a/PKGBUILD b/PKGBUILD
index edf899416102..b705d61a4bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
+# Maintainer: Mladen Milinkovic <maxrd2@smoothware.net>
+
pkgname=mingw-w64-kcrash
-pkgver=5.45.0
+pkgver=5.76.0
pkgrel=1
arch=(any)
pkgdesc="Support for application crash analysis and bug report from apps (mingw-w64)"
license=("LGPL")
depends=("mingw-w64-kcoreaddons>=$pkgver" "mingw-w64-kwindowsystem>=$pkgver")
groups=(mingw-w64-kf5)
-makedepends=("mingw-w64-extra-cmake-modules=$pkgver")
+makedepends=("mingw-w64-extra-cmake-modules>=$pkgver")
options=(staticlibs !strip !buildflags)
url="https://community.kde.org/Frameworks"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kcrash-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7bb20708404a80fc2bec0d2126666b0c18e779beb41198b158c77d8565a8c3db'
+sha256sums=('c4e32254b22f1f02db556be2ad40000cc52cac2e30a35682af3c75ac69710993'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>