author | Antonio Rojas
<arojas@archlinux.org> 2015-12-08 22:16:52 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-12-08 22:16:52 UTC |
parent | 6acb54b2085b6ffd2ab0a41f2f80e9e4fc15b7bc |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 399cd1c..1dd5400 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=libksysguard -pkgver=5.4.3 +pkgver=5.5.0 pkgrel=2 pkgdesc='Libksysguard' arch=('i686' 'x86_64') @@ -13,10 +13,10 @@ depends=('libxres' 'plasma-framework' 'qt5-webkit') makedepends=('extra-cmake-modules' 'kdoctools' 'python') conflicts=('kdebase-workspace') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('4e069f7eb0789f25f537d3cfd90a3a72') +md5sums=('3dfcf5648147396ca2c180ec8e427dc2') prepare() { - mkdir build + mkdir -p build } build() {