author | Andrea Scarpino
<andrea@archlinux.org> 2013-11-22 10:46:33 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-11-22 10:46:33 UTC |
parent | c92ca5d2278e8687f2cf1719bd6a3a0069fb56f3 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index efc4f55..aec0044 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: birdflesh <antkoul at gmail dot com> pkgname=kscreen -pkgver=1.0.2 +pkgver=1.0.2.1 pkgrel=1 pkgdesc="KDE's screen management software" arch=('i686' 'x86_64') url='https://projects.kde.org/kscreen' license=('GPL' 'LGPL') -depends=('kdebase-runtime' "libkscreen>=${pkgver}") +depends=('kdebase-runtime' 'libkscreen') makedepends=('cmake' 'automoc4') install=$pkgname.install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -md5sums=('6ca53958fdf379e6b5a35bae1edcb36c') +md5sums=('cd3d6ffdb0e44c418c2804fc72b8391b') prepare() { mkdir build