summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2015-07-10 17:26:32 -0700
committerSchala2015-07-10 17:26:32 -0700
commit47661ceb7bea2ef5a24b30c44d65dff181db4658 (patch)
tree8c7702c8c14525b19f3af2e9267505de6f90b0ae
parentbb9be84a989fb26632548229335b7f9c36625ed1 (diff)
downloadaur-47661ceb7bea2ef5a24b30c44d65dff181db4658.tar.gz
update to 5.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cfdb6a27c39..29020bd3796a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-extra-cmake-modules
pkgdesc = Extra modules and scripts for CMake (mingw-w64)
- pkgver = 5.11.0
+ pkgver = 5.12.0
pkgrel = 1
url = https://projects.kde.org/projects/kdesupport/extra-cmake-modules
arch = any
@@ -9,9 +9,9 @@ pkgbase = mingw-w64-extra-cmake-modules
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.11/extra-cmake-modules-5.11.0.tar.xz
+ source = http://download.kde.org/stable/frameworks/5.12/extra-cmake-modules-5.12.0.tar.xz
source = set-AUTOSTATICPLUGINS.patch
- md5sums = 0e1298c6fce735f06c789a173c0093ff
+ md5sums = e4042cf258b545267d74b0cf7d756150
md5sums = 0d249754247382f3b8dda80d6833aac4
pkgname = mingw-w64-extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index a5a1fb27895d..9412d11b9482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-extra-cmake-modules
-pkgver=5.11.0
+pkgver=5.12.0
pkgrel=1
arch=(any)
pkgdesc="Extra modules and scripts for CMake (mingw-w64)"
@@ -9,7 +9,7 @@ options=(staticlibs !strip !buildflags)
url="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/extra-cmake-modules-${pkgver}.tar.xz"
"set-AUTOSTATICPLUGINS.patch")
-md5sums=('0e1298c6fce735f06c789a173c0093ff'
+md5sums=('e4042cf258b545267d74b0cf7d756150'
'0d249754247382f3b8dda80d6833aac4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"