summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorbartus2019-09-20 18:33:34 +0200
committerbartus2019-09-20 18:33:34 +0200
commit2542e13f02e7ec0ef01ae203bc584fca6cfd5bcb (patch)
treea4678575424a70e1be233ca2a0b9b3de5d6e25e3 /PKGBUILD.in
parentc33ccf580659119517112b9061e49cacf55d7b87 (diff)
downloadaur-2542e13f02e7ec0ef01ae203bc584fca6cfd5bcb.tar.gz
Switch python2 to python in makedepends.
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 173fc9c358a8..32ef7a644657 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -16,7 +16,7 @@ arch=('i686' 'x86_64')
url="https://www.gegl.org"
license=('GPL3' 'LGPL3')
depends=('babl>=@_babl_version@' 'libspiro' 'json-glib')
-makedepends=('git' 'meson' 'intltool' 'python2' 'ruby' 'lua'
+makedepends=('git' 'meson' 'intltool' 'python' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
'libtiff' 'suitesparse' 'gobject-introspection')
optdepends=('openexr: for using the openexr plugin'