summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Torres2016-11-12 16:09:10 +0100
committerJavier Torres2016-11-12 16:09:10 +0100
commit8ba0738465152aceffd5ab4ba7d35e8841bbca82 (patch)
tree79f94365607744943f053a9306bb4d792b4b7829 /PKGBUILD
parent4318ea55a6f4a1d37ca234164eb0dd54d0ffe4be (diff)
downloadaur-8ba0738465152aceffd5ab4ba7d35e8841bbca82.tar.gz
Update to 1.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36eff5b5400f..2bf9252c6bb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>
pkgname=python2-kolabformat
-pkgver=1.1.2
+pkgver=1.1.6
pkgrel=1
pkgdesc='Python bindings for Kolab XML Format Schema Definitions Library'
url='http://www.kolab.org'
@@ -10,10 +10,10 @@ license=('GPL')
depends=('libkolabxml')
makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
source=("http://mirror.kolabsys.com/pub/releases/libkolabxml-${pkgver}.tar.gz")
-sha256sums=('1de632572da1421c0e4b580cba763932bc943d457743abc7fb836e6200861fac')
+sha256sums=('e48d7f5de1860a381da27981f6c70de1c9f38c4cd536bc6558b6529ce95f0677')
prepare() {
- mkdir build
+ mkdir "${srcdir}/build"
# Patch CMake to use python2
sed "s/find_package(PythonLibs REQUIRED)/find_package(PythonLibs 2.7 REQUIRED)/g" -i "${srcdir}/libkolabxml-${pkgver}/src/python/CMakeLists.txt"