summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-02-16 12:03:58 -0800
committerBuildTools2016-02-16 12:03:58 -0800
commit49027f48d0c248c1dd9657ce2eaf454302add83b (patch)
tree97b358028f5e197fe85eace4d35d697d5f67d177
parent40db1116e3ffc4de0cdd0f478487ca6a168b92aa (diff)
downloadaur-49027f48d0c248c1dd9657ce2eaf454302add83b.tar.gz
5.19
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00cdfba4d0b5..5604574e5ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Fri Jan 15 03:08:36 UTC 2016
+# Tue Feb 16 20:03:45 UTC 2016
pkgbase = mingw-w64-kconfig
pkgdesc = Configuration system (mingw-w64)
- pkgver = 5.18.0
+ pkgver = 5.19.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kconfig
arch = any
groups = mingw-w64-kf5
license = LGPL
makedepends = mingw-w64-cmake
- makedepends = mingw-w64-extra-cmake-modules=5.18.0
+ makedepends = mingw-w64-extra-cmake-modules
makedepends = mingw-w64-qt5-tools
depends = mingw-w64-qt5-base
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.18/kconfig-5.18.0.tar.xz
- md5sums = 061b6eedc15239368e5bd60645b99a50
+ source = http://download.kde.org/stable/frameworks/5.19/kconfig-5.19.0.tar.xz
+ md5sums = 79953233cd7d507f4f8394bf62e23078
pkgname = mingw-w64-kconfig
diff --git a/PKGBUILD b/PKGBUILD
index d0d299869eeb..5948ab82dca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=mingw-w64-kconfig
-pkgver=5.18.0
+pkgver=5.19.0
pkgrel=1
arch=(any)
pkgdesc="Configuration system (mingw-w64)"
license=("LGPL")
depends=(mingw-w64-qt5-base)
groups=(mingw-w64-kf5)
-makedepends=(mingw-w64-cmake "mingw-w64-extra-cmake-modules=$pkgver" mingw-w64-qt5-tools)
+makedepends=(mingw-w64-cmake mingw-w64-extra-cmake-modules mingw-w64-qt5-tools)
options=(staticlibs !strip !buildflags)
url="https://projects.kde.org/projects/frameworks/kconfig"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kconfig-${pkgver}.tar.xz")
-md5sums=('061b6eedc15239368e5bd60645b99a50')
+md5sums=('79953233cd7d507f4f8394bf62e23078')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"