summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d96d2ea9fff..d94784bc7c6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = mingw-w64-kcodecs
pkgdesc = Provide a collection of methods to manipulate strings using various encodings (mingw-w64)
- pkgver = 5.14.0
+ pkgver = 5.15.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=5.14.0
+ makedepends = mingw-w64-extra-cmake-modules=5.15.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.14/kcodecs-5.14.0.tar.xz
- md5sums = 5089c3e4f3f9e97a9be526a17264268e
+ source = http://download.kde.org/stable/frameworks/5.15/kcodecs-5.15.0.tar.xz
+ md5sums = 2cafea53c814ee47313805e98422b832
pkgname = mingw-w64-kcodecs
diff --git a/PKGBUILD b/PKGBUILD
index 32b41281e42c..e28b3056447e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kcodecs
-pkgver=5.14.0
+pkgver=5.15.0
pkgrel=1
arch=(any)
pkgdesc="Provide a collection of methods to manipulate strings using various encodings (mingw-w64)"
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-cmake "mingw-w64-extra-cmake-modules=$pkgver" mingw-w64-q
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=('5089c3e4f3f9e97a9be526a17264268e')
+md5sums=('2cafea53c814ee47313805e98422b832')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"