summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-12-13 16:33:46 +0100
committerChristopher Arndt2019-12-13 16:33:46 +0100
commitd54cb2037570863bcd96de974d0c67090b08411c (patch)
tree743d553cfb4ec827deef452456e40799a1ffd256 /PKGBUILD
parenta7d8c806fedfb2925bb119d4719c9e6f8a82544a (diff)
downloadaur-d54cb2037570863bcd96de974d0c67090b08411c.tar.gz
Change dependency on 'geany-gtk3-git' to 'geany'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b0e08b1b89..17b5e14ece0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=peasy
pkgname="${_pkgname}-git"
pkgver=0.9.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' 'geany')
makedepends=('vala')
optdepends=('python: support plugins written in Python'
'lua51: support plugins written in Lua')