summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-02-16 12:00:13 -0800
committerBuildTools2016-02-16 12:00:13 -0800
commite984bf0370154f5e1190d8742437a889e4ed777d (patch)
tree32e2ea33c7db55b9c16e89c49b22d6fd35a54855
parent9df9236e0959fd0a1b070d3c06551002b9279dd1 (diff)
downloadaur-e984bf0370154f5e1190d8742437a889e4ed777d.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 b5eef15b8e97..64a0241bca39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Fri Jan 15 03:05:18 UTC 2016
+# Tue Feb 16 19:59:59 UTC 2016
pkgbase = mingw-w64-kcodecs
pkgdesc = Provide a collection of methods to manipulate strings using various encodings (mingw-w64)
- pkgver = 5.18.0
+ pkgver = 5.19.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.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/kcodecs-5.18.0.tar.xz
- md5sums = acc299e8013b8fcb0e00d42715570ef3
+ source = http://download.kde.org/stable/frameworks/5.19/kcodecs-5.19.0.tar.xz
+ md5sums = 7569f06a767ddd08ece025fe50197eba
pkgname = mingw-w64-kcodecs
diff --git a/PKGBUILD b/PKGBUILD
index 6c10abb9f915..e4ac85aa14bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=mingw-w64-kcodecs
-pkgver=5.18.0
+pkgver=5.19.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)
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/kcodecs"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kcodecs-${pkgver}.tar.xz")
-md5sums=('acc299e8013b8fcb0e00d42715570ef3')
+md5sums=('7569f06a767ddd08ece025fe50197eba')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"