diff options
Diffstat (limited to 'extra/kwindowsystem/PKGBUILD')
-rw-r--r-- | extra/kwindowsystem/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kwindowsystem/PKGBUILD b/extra/kwindowsystem/PKGBUILD index 1f21505df..ecf133832 100644 --- a/extra/kwindowsystem/PKGBUILD +++ b/extra/kwindowsystem/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 212959 2014-05-16 22:32:01Z andrea $ +# $Id: PKGBUILD 214136 2014-06-04 09:03:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kwindowsystem -pkgver=4.99.0 +pkgver=4.100.0 pkgrel=1 pkgdesc='KWindowSystem' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('qt5-x11extras' 'libxfixes') makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('3c88e023809dc9a6602b8796cbaa3a0c') +md5sums=('cc37fbd2ebe9704d64fb4b2e5c40cfe2') prepare() { mkdir -p build |