summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2015-11-18 15:02:46 -0800
committerBuildTools2015-11-18 15:02:46 -0800
commit1c62e264098395dd22e95e89449558ea73930686 (patch)
tree28a5ff0132c3d678c8740446ea967b70761ac6c1
parent2a51bb6bbb7063fb21ede5675783c99baaebe419 (diff)
downloadaur-1c62e264098395dd22e95e89449558ea73930686.tar.gz
5.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94784bc7c6e..127bb7663f9b 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.15.0
+ pkgver = 5.16.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.15.0
+ makedepends = mingw-w64-extra-cmake-modules=5.16.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.15/kcodecs-5.15.0.tar.xz
- md5sums = 2cafea53c814ee47313805e98422b832
+ source = http://download.kde.org/stable/frameworks/5.16/kcodecs-5.16.0.tar.xz
+ md5sums = c33c270efadf19c86aa7058effb611ba
pkgname = mingw-w64-kcodecs
diff --git a/PKGBUILD b/PKGBUILD
index e28b3056447e..396d4bb5d6c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kcodecs
-pkgver=5.15.0
+pkgver=5.16.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=('2cafea53c814ee47313805e98422b832')
+md5sums=('c33c270efadf19c86aa7058effb611ba')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"