summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2017-08-17 01:30:25 -0700
committerBuildTools2017-08-17 01:30:25 -0700
commit399365ea3f0a08814977259effdb5882a40cab4d (patch)
tree5863589bb97bf7abdef2d59f717b02bc7af49c4f
parent413d21c1f68af4d2d079bb9441b56eb7a697ffc8 (diff)
downloadaur-399365ea3f0a08814977259effdb5882a40cab4d.tar.gz
5.37
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD10
3 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73079bae948b..399cce378772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Aug 4 05:00:35 UTC 2017
+# Thu Aug 17 08:30:07 UTC 2017
pkgbase = mingw-w64-kdbusaddons
pkgdesc = Addons to QtDBus (mingw-w64)
- pkgver = 5.36.0
+ pkgver = 5.37.0
pkgrel = 1
- url = https://projects.kde.org/projects/frameworks/kdbusaddons
+ url = https://community.kde.org/Frameworks
arch = any
groups = mingw-w64-kf5
license = LGPL
@@ -14,8 +14,10 @@ pkgbase = mingw-w64-kdbusaddons
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.36/kdbusaddons-5.36.0.tar.xz
- md5sums = acf1dfd56ed838a324ec8bd17524cbae
+ source = http://download.kde.org/stable/frameworks/5.37/kdbusaddons-5.37.0.tar.xz
+ source = http://download.kde.org/stable/frameworks/5.37/kdbusaddons-5.37.0.tar.xz.sig
+ sha256sums = 9140b649e140eb134d7290e3f268658900a61c3d50002ca1e7d772726756851c
+ sha256sums = SKIP
pkgname = mingw-w64-kdbusaddons
diff --git a/.gitignore b/.gitignore
index d36132dce21e..c98cdbbd9a8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
*.log
+*.sig
*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index feb377927d7c..89c384d12d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kdbusaddons
-pkgver=5.36.0
+pkgver=5.37.0
pkgrel=1
arch=(any)
pkgdesc="Addons to QtDBus (mingw-w64)"
@@ -8,9 +8,11 @@ depends=(mingw-w64-qt5-winextras)
groups=(mingw-w64-kf5)
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=('acf1dfd56ed838a324ec8bd17524cbae')
+url="https://community.kde.org/Frameworks"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kdbusaddons-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9140b649e140eb134d7290e3f268658900a61c3d50002ca1e7d772726756851c'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"