summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-12-30 16:35:54 -0800
committerSchala2016-12-30 16:35:54 -0800
commit223d86319a32698575939b26aa37b13611e945d9 (patch)
tree78da48162c7003373f3220fb88b23a247581f78e
parentc9d95d34b2ff2f4de5928afb76b97dc176654ec4 (diff)
downloadaur-223d86319a32698575939b26aa37b13611e945d9.tar.gz
5.29
-rw-r--r--.SRCINFO16
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbace6a870c6..4b1990994651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 23:36:56 UTC 2016
+# Sat Dec 31 00:35:45 UTC 2016
pkgbase = mingw-w64-kcrash
pkgdesc = Support for application crash analysis and bug report from apps (mingw-w64)
- pkgver = 5.21.0
+ pkgver = 5.29.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kcrash
arch = any
groups = mingw-w64-kf5
license = LGPL
makedepends = mingw-w64-cmake
- makedepends = mingw-w64-extra-cmake-modules=5.21.0
- makedepends = kcoreaddons=5.21.0
- depends = mingw-w64-kcoreaddons>=5.21.0
- depends = mingw-w64-kwindowsystem>=5.21.0
+ makedepends = mingw-w64-extra-cmake-modules=5.29.0
+ makedepends = kcoreaddons=5.29.0
+ depends = mingw-w64-kcoreaddons>=5.29.0
+ depends = mingw-w64-kwindowsystem>=5.29.0
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.21/kcrash-5.21.0.tar.xz
- md5sums = 508b6c0a8657a6da0878549c8df8c7e5
+ source = http://download.kde.org/stable/frameworks/5.29/kcrash-5.29.0.tar.xz
+ md5sums = d85c85ecfe38a796c3bce4313df8ece7
pkgname = mingw-w64-kcrash
diff --git a/.gitignore b/.gitignore
index f46de972b6fc..1a0ccd4e2816 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
+*.log
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index edbe9f0492a5..8efb0dfd5ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kcrash
-pkgver=5.21.0
+pkgver=5.29.0
pkgrel=1
arch=(any)
pkgdesc="Support for application crash analysis and bug report from apps (mingw-w64)"
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-cmake "mingw-w64-extra-cmake-modules=$pkgver" "kcoreaddon
options=(staticlibs !strip !buildflags)
url="https://projects.kde.org/projects/frameworks/kcrash"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kcrash-${pkgver}.tar.xz")
-md5sums=('508b6c0a8657a6da0878549c8df8c7e5')
+md5sums=('d85c85ecfe38a796c3bce4313df8ece7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -35,6 +35,5 @@ package() {
make DESTDIR="$pkgdir" install
find "$pkgdir/usr/${_arch}" -name '*.dll' -exec ${_arch}-strip --strip-unneeded {} \;
find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g
- rm -rf "$pkgdir/usr/${_arch}/share"
done
}