summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2017-08-03 22:00:46 -0700
committerBuildTools2017-08-03 22:00:46 -0700
commit413d21c1f68af4d2d079bb9441b56eb7a697ffc8 (patch)
treefd4a6318140c4636b565f7310d0ecebcd8cf4bba
parent077c331f63f82885749b0358c12d5c2e9e77dbac (diff)
downloadaur-413d21c1f68af4d2d079bb9441b56eb7a697ffc8.tar.gz
5.36
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44abd2fe214..73079bae948b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 20 20:52:53 UTC 2016
+# Fri Aug 4 05:00:35 UTC 2017
pkgbase = mingw-w64-kdbusaddons
pkgdesc = Addons to QtDBus (mingw-w64)
- pkgver = 5.23.0
+ pkgver = 5.36.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kdbusaddons
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-kdbusaddons
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.23/kdbusaddons-5.23.0.tar.xz
- md5sums = 0805d1dee82cf6d627dbdf2872bbbb00
+ source = http://download.kde.org/stable/frameworks/5.36/kdbusaddons-5.36.0.tar.xz
+ md5sums = acf1dfd56ed838a324ec8bd17524cbae
pkgname = mingw-w64-kdbusaddons
diff --git a/.gitignore b/.gitignore
index 436a59477780..d36132dce21e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
+*.log
*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 4a8348df43eb..feb377927d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kdbusaddons
-pkgver=5.23.0
+pkgver=5.36.0
pkgrel=1
arch=(any)
pkgdesc="Addons to QtDBus (mingw-w64)"
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-extra-cmake-modules mingw-w64-qt5-tools)
options=(staticlibs !strip !buildflags)
url="https://projects.kde.org/projects/frameworks/kdbusaddons"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kdbusaddons-${pkgver}.tar.xz")
-md5sums=('0805d1dee82cf6d627dbdf2872bbbb00')
+md5sums=('acf1dfd56ed838a324ec8bd17524cbae')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"