summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-11-26 08:42:55 +0100
committerAntonio Rojas2015-11-26 08:42:55 +0100
commit45b4495d303e87be7096620f65313ecd07201945 (patch)
treea5314174b0fdf87b9bb8e520c4c9e0b62862955a
parent1034877ce22ef23be75f3b0227cc89242eda1596 (diff)
downloadaur-45b4495d303e87be7096620f65313ecd07201945.tar.gz
Fix build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 047a8d8dfd25..b8c987ca7156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ install=$pkgname.install
prepare() {
mkdir -p build
- sed -e '253,257d;264,283d;287,303d;310,313d;315d;318,327d' -i kdepim-$pkgver/CMakeLists.txt
+ sed -e '253,257d;264,283d;287,294d;296,303d;310,313d;315d;318,327d' -i kdepim-$pkgver/CMakeLists.txt
}
build() {