aboutsummarylogtreecommitdiffstats
path: root/update.PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-08-01 22:01:19 +0200
committerbartus2019-09-16 21:49:33 +0200
commit63600e11b3459425b36a1f3780d06eb8481fd377 (patch)
treeca13959345a16fccb1d6dc21d17e1d85999ccb48 /update.PKGBUILD
parent45b93d40b1b11208e228057daa6cd8ddb7d74bf0 (diff)
downloadaur-63600e11b3459425b36a1f3780d06eb8481fd377.tar.gz
fix autotools invocation and deps
* replace autreconf/configure with autogen.sh * add gobject-introspection dependency * update update.PKGBUILD
Diffstat (limited to 'update.PKGBUILD')
-rwxr-xr-xupdate.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.PKGBUILD b/update.PKGBUILD
index a0036f7baa80..66e9882ad5e5 100755
--- a/update.PKGBUILD
+++ b/update.PKGBUILD
@@ -4,7 +4,7 @@ _gitname=gimp
srcdir=$PWD/src
declare -A dep_versions
-readonly -a deps=(pygtk gexiv2 poppler poppler_data libmypaint gtkdoc cairo babl lcms wmf gexiv2 rsvg openexr libmypaint appstream_glib)
+readonly -a deps=(pygtk gexiv2 poppler poppler_data libmypaint gtkdoc cairo babl lcms wmf gexiv2 rsvg openexr libmypaint appstream_glib introspection)
## probe configure.ac for dependencies versions
# gegl version is broken to major_minor|micro those need to be probled separately