diff options
Diffstat (limited to 'extra/libkscreen')
-rw-r--r-- | extra/libkscreen/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libkscreen/PKGBUILD b/extra/libkscreen/PKGBUILD index 806a6ec6a..a60163757 100644 --- a/extra/libkscreen/PKGBUILD +++ b/extra/libkscreen/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 194203 2013-09-10 14:07:21Z andrea $ +# $Id: PKGBUILD 199946 2013-11-20 08:45:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: birdflesh <antkoul at gmail dot com> pkgname=libkscreen -pkgver=1.0.1 -pkgrel=3 +pkgver=1.0.2 +pkgrel=1 pkgdesc="KDE's screen management library" arch=('i686' 'x86_64') url='https://projects.kde.org/libkscreen' license=('GPL') depends=('kdelibs' 'qjson') makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('52aeaf2d987bffd05b111e89b445bd00') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +md5sums=('39f5316ef4f9203dd7a42180edbab122') prepare() { mkdir build |