summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-10-09 15:04:26 +0200
committerChristopher Arndt2019-10-09 15:04:26 +0200
commitb791996434410403ad9a8025ded916fffa64f12c (patch)
treed3ca7f81e851786422e93bbb22489cc248bbfb91 /PKGBUILD
parente1544cc1c72fa473270e1b644cd3350a7f4c23a2 (diff)
downloadaur-b791996434410403ad9a8025ded916fffa64f12c.tar.gz
Depend on 'libpeas-lua51' instead of 'libpeas'
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31a1ab3cd75f..1ff70e860840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=peasy
pkgname="${_pkgname}-git"
pkgver=0.8.r146.b3d43ff
-pkgrel=1
+pkgrel=2
pkgdesc="A plugin for Geany which allows to load other plugins written in Python or Lua (Git version)"
url="https://github.com/kugel-/peasy/"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('libpeas' 'geany-gtk3-git')
+depends=('libpeas-lua51' 'geany-gtk3-git')
makedepends=('vala')
optdepends=('python: support plugins written in Python'
- 'lua51: support plugins written in Lua')
+ 'lua51-lgi: support plugins written in Lua')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/kugel-/peasy.git")