summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-04-12 10:19:03 +0200
committerFabien Dubosson2018-04-12 10:19:03 +0200
commit43ce1f9946ccd945e226884ccf78bde695b84bc2 (patch)
tree172484d5bf032cc33a1260b075ec34078c39ca9e
parent844efa122a48b4a65f6cb50e59aee7a1464d3536 (diff)
downloadaur-python-pypillowfight.tar.gz
Add missing cmake dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29f2972ae16c..d264a0e9c960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel="1"
pkgdesc="Library containing various image processing algorithms"
url="https://github.com/jflesch/libpillowfight"
depends=('python' )
-makedepends=('python' 'python-setuptools' 'git')
+makedepends=('python' 'python-setuptools' 'git' 'cmake')
license=('GPL3')
arch=('any')
changelog="ChangeLog"