author | Andrea Scarpino
<andrea@archlinux.org> 2013-12-21 12:14:15 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-12-21 12:14:15 UTC |
parent | 662134cd501fee4a91266ac570136f527ae647eb |
PKGBUILD | +5 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 47bf9ff..0167076 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kio -pkgver=r7.ead6321 +pkgver=r11.621a455 pkgrel=1 pkgdesc='KIO' arch=('i686' 'x86_64') @@ -22,6 +22,10 @@ pkgver() { prepare() { mkdir -p build + + # There's something wrong with our kdoctools but I don't get it + sed -i 's/add_subdirectory(docs)/#add_subdirectory(docs)/' \ + kio/CMakeLists.txt } build() {