summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2015-09-18 23:16:06 +0200
committerzoe2015-09-18 23:16:06 +0200
commitd07b8525c148622415151deb0b53e7db9f1b4c00 (patch)
treecc41c3aed48e34364c8d571182bbd6c89dc71ad5 /PKGBUILD
parent41cb6d54d8aae847c9e09f13eebca20fca9126d1 (diff)
downloadaur-d07b8525c148622415151deb0b53e7db9f1b4c00.tar.gz
Update to 1.2.0-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edc28c06ee72..7b14d3451a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zoe <chp321@gmail.com>
pkgname=kxstitch
pkgver=1.2.0
-pkgrel=5
+pkgrel=6
pkgdesc="The program that lets you create cross stitch patterns and charts."
arch=('i686' 'x86_64')
depends=('kdebase-runtime' 'imagemagick')
@@ -15,8 +15,7 @@ install=kxstitch.install
build() {
cd "$srcdir/kxstitch-${pkgver}"
sed -i 's/-DMAGICKCORE_HDRI_ENABLE=0/-DMAGICKCORE_HDRI_ENABLE=1/' CMakeLists.txt
- sed -i '1i\
- > cmake_policy(SET CMP0002 OLD)' po/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/CMakeLists.txt
rm -rf build
mkdir build
cd build