summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2020-10-30 10:30:26 +0100
committermschubert2020-10-30 10:30:26 +0100
commit332a23f0bfeaced0df60607eaf7b122cccca2b35 (patch)
treeb334b6560b718092bca1ea06021dd5f2e114777d /PKGBUILD
parent78aa36ea44a0b50ef743d171a65ff2c2e6e765b0 (diff)
downloadaur-pythonmagick.tar.gz
depend only on boost-libs during runtime (no relbump)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de5d53dd3507..8a6e66c6ccef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Object-oriented Python bindings for the ImageMagick library"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('boost' 'python' 'imagemagick')
-makedepends=('perl' 'automake')
+depends=('boost-libs' 'python' 'imagemagick')
+makedepends=('boost' 'perl' 'automake')
options=('!libtool')
source=("http://www.imagemagick.org/download/python/PythonMagick-$pkgver.tar.gz")
sha256sums=('a26fbb030b5689730eaca2f1b7ee0a2e06083c547e66e622e2cd443c710427ce')