summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")