summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c5761c1d2e9..34740eda32e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = mingw-w64-kcodecs
pkgdesc = Provide a collection of methods to manipulate strings using various encodings (mingw-w64)
- pkgver = 5.12.0
+ pkgver = 5.13.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-base
+ depends = mingw-w64-qt5-tools
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.12/kcodecs-5.12.0.tar.xz
- md5sums = 7130e5d439afcfd0f558957a2ff33ee3
+ source = http://download.kde.org/stable/frameworks/5.13/kcodecs-5.13.0.tar.xz
+ md5sums = 307f6103c25cff1a6c5be9f80c530866
pkgname = mingw-w64-kcodecs
diff --git a/PKGBUILD b/PKGBUILD
index 0de3e7b99351..5a5924eccc67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
pkgname=mingw-w64-kcodecs
-pkgver=5.12.0
+pkgver=5.13.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-base)
+depends=(mingw-w64-qt5-tools)
+groups=(mingw-w64-kf5)
makedepends=(mingw-w64-cmake mingw-w64-extra-cmake-modules)
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=('7130e5d439afcfd0f558957a2ff33ee3')
+md5sums=('307f6103c25cff1a6c5be9f80c530866')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"