summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-06-20 13:46:08 -0700
committerSchala2016-06-20 13:46:08 -0700
commitdcc98fcf4a10b49e380931b3d818e02f60b7f067 (patch)
treec01600e365472a45a5f0cf78367a0dfcdf3bea92
parent98d6596f1f628ab271ac279550cb4b5ea7e18c7c (diff)
downloadaur-dcc98fcf4a10b49e380931b3d818e02f60b7f067.tar.gz
5.23
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc7051e70ee..fd9d49e664f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 20 23:52:56 UTC 2016
+# Mon Jun 20 20:45:57 UTC 2016
pkgbase = mingw-w64-kcodecs
pkgdesc = Provide a collection of methods to manipulate strings using various encodings (mingw-w64)
- pkgver = 5.22.0
+ pkgver = 5.23.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kcodecs
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-kcodecs
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.22/kcodecs-5.22.0.tar.xz
- md5sums = e5fa10d77e5f4fd6b963b9f2371775d4
+ source = http://download.kde.org/stable/frameworks/5.23/kcodecs-5.23.0.tar.xz
+ md5sums = 4c8488c88285761578bb4d384cb54ada
pkgname = mingw-w64-kcodecs
diff --git a/.gitignore b/.gitignore
index f46de972b6fc..436a59477780 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
+*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 893784bb8a76..c39937e3ebb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kcodecs
-pkgver=5.22.0
+pkgver=5.23.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 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=('e5fa10d77e5f4fd6b963b9f2371775d4')
+md5sums=('4c8488c88285761578bb4d384cb54ada')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"