author | Andrea Scarpino
<andrea@archlinux.org> 2013-11-20 08:46:00 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-11-20 08:46:00 UTC |
parent | 0258b160a44ef0ae38b95c57b1d3b1269fbbed9e |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index c7dc84c..efc4f55 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: birdflesh <antkoul at gmail dot com> pkgname=kscreen -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="KDE's screen management software" arch=('i686' 'x86_64') @@ -11,9 +11,8 @@ license=('GPL' 'LGPL') depends=('kdebase-runtime' "libkscreen>=${pkgver}") makedepends=('cmake' 'automoc4') install=$pkgname.install -#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('2d6bd56a2edcadb9ba80c00fbd330a60') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +md5sums=('6ca53958fdf379e6b5a35bae1edcb36c') prepare() { mkdir build