summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2015-09-20 14:18:38 -0700
committerBuildTools2015-09-20 14:18:38 -0700
commitef4f6286100e9b671d5635b1e783f595f97b5eb4 (patch)
tree62bdbd3b59d3b65593b800c016be22560c0c1217
parentabad8da20923d6ec845affd5706debeb325dcd4c (diff)
downloadaur-ef4f6286100e9b671d5635b1e783f595f97b5eb4.tar.gz
5.14
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34740eda32e9..0d96d2ea9fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = mingw-w64-kcodecs
pkgdesc = Provide a collection of methods to manipulate strings using various encodings (mingw-w64)
- pkgver = 5.13.0
+ pkgver = 5.14.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kcodecs
arch = any
groups = mingw-w64-kf5
license = LGPL
makedepends = mingw-w64-cmake
- makedepends = mingw-w64-extra-cmake-modules
- depends = mingw-w64-qt5-tools
+ makedepends = mingw-w64-extra-cmake-modules=5.14.0
+ makedepends = mingw-w64-qt5-tools
+ depends = mingw-w64-qt5-base
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.13/kcodecs-5.13.0.tar.xz
- md5sums = 307f6103c25cff1a6c5be9f80c530866
+ source = http://download.kde.org/stable/frameworks/5.14/kcodecs-5.14.0.tar.xz
+ md5sums = 5089c3e4f3f9e97a9be526a17264268e
pkgname = mingw-w64-kcodecs
diff --git a/PKGBUILD b/PKGBUILD
index 5a5924eccc67..32b41281e42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=mingw-w64-kcodecs
-pkgver=5.13.0
+pkgver=5.14.0
pkgrel=1
arch=(any)
pkgdesc="Provide a collection of methods to manipulate strings using various encodings (mingw-w64)"
license=("LGPL")
-depends=(mingw-w64-qt5-tools)
+depends=(mingw-w64-qt5-base)
groups=(mingw-w64-kf5)
-makedepends=(mingw-w64-cmake mingw-w64-extra-cmake-modules)
+makedepends=(mingw-w64-cmake "mingw-w64-extra-cmake-modules=$pkgver" mingw-w64-qt5-tools)
options=(staticlibs !strip !buildflags)
url="https://projects.kde.org/projects/frameworks/kcodecs"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kcodecs-${pkgver}.tar.xz")
-md5sums=('307f6103c25cff1a6c5be9f80c530866')
+md5sums=('5089c3e4f3f9e97a9be526a17264268e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"