summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-05-11 18:53:39 +0100
committerFFY002018-05-11 18:53:39 +0100
commit3b186abeff839e9210522cd4ded33369176b5bcc (patch)
tree93ce67b8d5c199deaacc6d141aaaf93c7223ea4a /PKGBUILD
parenta7a96067899be03d3445e95e62f52578234e38f3 (diff)
downloadaur-3b186abeff839e9210522cd4ded33369176b5bcc.tar.gz
pkgbuild: fix missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbe69798340c..68853f8da181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('babl>=0.1.26' 'libspiro' 'json-glib')
makedepends=('git' 'intltool' 'python2' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
'libtiff' 'suitesparse' 'gobject-introspection'
- 'autoconf')
+ 'base-devel')
optdepends=('openexr: for using the openexr plugin'
'ffmpeg: for using the ffmpeg plugin'
'librsvg: for using the svg plugin'