author | Antonio Rojas
<arojas@archlinux.org> 2015-09-14 20:47:57 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-09-14 20:47:57 UTC |
parent | 7c2a9468f1f02d9ecbf1aeda276937278d560880 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index d8a0432..ef3edda 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=konsole -pkgver=15.08.0 +pkgver=15.08.1 pkgrel=1 arch=('i686' 'x86_64') url='http://kde.org/applications/system/konsole/' @@ -14,11 +14,11 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python') replaces=('kdebase-konsole') conflicts=('kdebase-konsole<4.14.3-2') source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz") -sha1sums=('04df0367b89cca62dd6754de5d1dc6b32d626b6d') +sha1sums=('ce9f7b9fdc3613a26f657270481c093e84934672') build() { cd "${srcdir}" - mkdir build + mkdir -p build cd build cmake ../konsole-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \