summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2015-12-29 13:32:07 +0000
committermschubert2015-12-29 13:32:07 +0000
commit2863e23b50d81fa6a55ea990f8724dd09e3a3d18 (patch)
treea7453a0795460b234c359a8cae74d6b0b95a6977
parentaf6dfe7825bb1c9960d6b5f30d35b75500d355b8 (diff)
downloadaur-2863e23b50d81fa6a55ea990f8724dd09e3a3d18.tar.gz
req boost < 1.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 598866bed069..baca3a6856a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Dec 29 13:31:59 UTC 2015
pkgbase = python2-pythonmagick
pkgdesc = Object-oriented Python2 bindings for the ImageMagick library
pkgver = 0.9.12
- pkgrel = 2
+ pkgrel = 3
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
license = custom
makedepends = perl
makedepends = automake
- depends = boost
+ depends = boost<1.60.0
depends = python2
depends = imagemagick
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 9b04f00c61de..b78339b2adcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-pythonmagick
pkgver=0.9.12
-pkgrel=2
+pkgrel=3
pkgdesc="Object-oriented Python2 bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('boost' 'python2' 'imagemagick') # 'libstdc++5')
+depends=('boost<1.60.0' 'python2' 'imagemagick') # 'libstdc++5')
makedepends=('perl' 'automake')
options=('!libtool')
source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")