diff options
Diffstat (limited to 'extra/ki18n/PKGBUILD')
-rw-r--r-- | extra/ki18n/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ki18n/PKGBUILD b/extra/ki18n/PKGBUILD index 15923ff67..998ff3936 100644 --- a/extra/ki18n/PKGBUILD +++ b/extra/ki18n/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213089 2014-05-18 19:20:05Z andrea $ +# $Id: PKGBUILD 214134 2014-06-04 09:03:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=ki18n -pkgver=4.99.0 -pkgrel=2 +pkgver=4.100.0 +pkgrel=1 pkgdesc='Ki18n' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/ki18n' @@ -12,7 +12,7 @@ depends=('qt5-script') makedepends=('extra-cmake-modules') groups=('kf5') source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('aec50a8bce055c81e361088df61a4a7c') +md5sums=('393375fc10359461657757a096f86797') prepare() { mkdir -p build |