summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2017-08-03 22:07:31 -0700
committerBuildTools2017-08-03 22:07:31 -0700
commitd97a8bce9ad1b111b4109957f73cb02214419389 (patch)
tree4a1b95c10a070954d8edd578d22b680cc05affd3
parentd05ae58a18dd286caa820ac6668726bd2ee95401 (diff)
downloadaur-d97a8bce9ad1b111b4109957f73cb02214419389.tar.gz
5.36
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef5072e6494..f4340e1b7cb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 20 06:46:20 UTC 2016
+# Fri Aug 4 05:07:21 UTC 2017
pkgbase = mingw-w64-kjobwidgets
pkgdesc = Widgets for tracking KJob instances (mingw-w64)
- pkgver = 5.21.0
+ pkgver = 5.36.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-kjobwidgets
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.21/kjobwidgets-5.21.0.tar.xz
- md5sums = 919e821f4ba2c7d4ee46c88983b75e9c
+ source = http://download.kde.org/stable/frameworks/5.36/kjobwidgets-5.36.0.tar.xz
+ md5sums = 5c53678ceb2c2c6f868ccd1a93e4ddc9
pkgname = mingw-w64-kjobwidgets
diff --git a/.gitignore b/.gitignore
index f46de972b6fc..d36132dce21e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
pkg/
src/
+*.log
+*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 115c1f515d46..29a6fc11ce26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kjobwidgets
-pkgver=5.21.0
+pkgver=5.36.0
pkgrel=1
arch=(any)
pkgdesc="Widgets for tracking KJob instances (mingw-w64)"
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-extra-cmake-modules mingw-w64-qt5-tools)
options=(staticlibs !strip !buildflags)
url="https://community.kde.org/Frameworks"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kjobwidgets-${pkgver}.tar.xz")
-md5sums=('919e821f4ba2c7d4ee46c88983b75e9c')
+md5sums=('5c53678ceb2c2c6f868ccd1a93e4ddc9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"