summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-08-25 21:00:52 -0400
committerSolomon Choina2020-08-25 21:00:52 -0400
commit0f2818963c57fba9d7a78606ac564645b9d1f3fb (patch)
tree122ce20b6e49da4e7b774b43c643b9835cbfd2de /PKGBUILD
parent1a1375779bb8a457aeb1810dba0accb88839652b (diff)
downloadaur-0f2818963c57fba9d7a78606ac564645b9d1f3fb.tar.gz
updating makedepend, it seems it needs lua53
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7673f18d2418..41d0103f040d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ url="https://bitbucket.org/gplugin/gplugin"
license=('GPL')
depends=('glib2' 'gobject-introspection-runtime')
makedepends=('mercurial' 'meson' 'gobject-introspection' 'gtk3'
- 'python-gobject' 'lua-lgi' 'libxslt' 'help2man' 'vala')
+ 'python-gobject' 'lua53-lgi' 'libxslt' 'help2man' 'vala')
optdepends=('gtk3: for GTK+ support'
'python-gobject: for Python support'
- 'lua-lgi: for Lua support')
+ 'lua53-lgi: for Lua support')
provides=("$_pkgbase=0.0.23")
conflicts=("$_pkgbase")
source=("$_pkgbase::hg+https://keep.imfreedom.org/gplugin/gplugin#branch=develop")