summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElMastro2018-01-19 00:59:20 +0100
committerElMastro2018-01-19 00:59:20 +0100
commit43d70564237287cc8e886f0004b1c37ec64866e2 (patch)
treeab03bffb4c3c3ab88fdc8c8522c6f8330607fcf6 /PKGBUILD
parent07af3311f00964fe9686ef454da2c424128c3026 (diff)
downloadaur-43d70564237287cc8e886f0004b1c37ec64866e2.tar.gz
Added cmake dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d1000ce0892..67fd77b27da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPLv3' )
depends=('gimp>=2.6.0' 'glib2')
-makedepends=( 'intltool')
+makedepends=( 'intltool' 'cmake')
optdepends=('xvidcore: compression codec'
'lbzip2: data compressor'
'faac: audio encoder'