summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Jaara2015-11-12 20:55:19 +0200
committerJesse Jaara2015-11-12 20:55:19 +0200
commitc6adecb8927fa551c03e11e2c4023b40f0f805b3 (patch)
tree6d2970d4ddf33626d728b45c89eb0abceb3b752b
parent0018b8b06cbf1feffbaea5326d56b85d9fa4f1cd (diff)
downloadaur-c6adecb8927fa551c03e11e2c4023b40f0f805b3.tar.gz
Update from 5.15 -> 5.15.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1bae3306249..ad57290f3ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = mingw-w64-ki18n
pkgdesc = Advanced internationalization framework (mingw-w64)
- pkgver = 5.14.0
+ pkgver = 5.15.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/ki18n
arch = any
license = LGPL
- makedepends = mingw-w64-extra-cmake-modules>=5.14
+ makedepends = mingw-w64-extra-cmake-modules>=5.15
makedepends = python
depends = mingw-w64-qt5-script
optdepends = python: To compile Transcript property maps from text to binary format.
options = !buildflags
options = staticlibs
options = !strip
- source = http://download.kde.org/stable/frameworks/5.14/ki18n-5.14.0.tar.xz
- md5sums = a6d89fc546487e02dc921a7c21cb782d
+ source = http://download.kde.org/stable/frameworks/5.15/ki18n-5.15.0.tar.xz
+ md5sums = 6b1be481a81380b894d056ddcdd4a34f
pkgname = mingw-w64-ki18n
diff --git a/PKGBUILD b/PKGBUILD
index 0fb3ed6fbc12..8ce1d3c0d94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse Juhani Jaara <jesse@Euler>
pkgname=mingw-w64-ki18n
-_basever=5.14
+_basever=5.15
pkgver=${_basever}.0
pkgrel=1
pkgdesc="Advanced internationalization framework (mingw-w64)"
@@ -13,7 +13,7 @@ makedepends=("mingw-w64-extra-cmake-modules>=${_basever}" 'python')
optdepends=('python: To compile Transcript property maps from text to binary format.')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/ki18n-${pkgver}.tar.xz")
-md5sums=('a6d89fc546487e02dc921a7c21cb782d')
+md5sums=('6b1be481a81380b894d056ddcdd4a34f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {