summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Angel Useche Castro2022-12-11 23:29:24 -0500
committerMiguel Angel Useche Castro2022-12-11 23:29:24 -0500
commit879b245f22f26f767f73c3f225c8bc17575b9d7e (patch)
treebda4e6802a74380b0ccc201a69b3d4f6a20463dd
parent7464eb4b946411e515ff5a126e24a853e65cb221 (diff)
downloadaur-879b245f22f26f767f73c3f225c8bc17575b9d7e.tar.gz
adding python-yaml as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 146f47f22682..be204f4fddbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guake-git
pkgdesc = Top-down terminal for Gnome using gtk3 and vte3
- pkgver = 3.8.5.15.g08f32aab
+ pkgver = 3.9.0.25.g2e5e309e
pkgrel = 1
url = https://github.com/Guake/guake
arch = i686
@@ -14,6 +14,7 @@ pkgbase = guake-git
depends = gtk3
depends = python-pbr
depends = python-dbus
+ depends = python-yaml
depends = python-xdg
depends = libutempter
depends = libkeybinder3
diff --git a/PKGBUILD b/PKGBUILD
index 39fe91b95c70..444df71a3f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Florian Reimair <office /at/ florianreimair.at>
pkgname=guake-git
-pkgver=3.8.5.15.g08f32aab
+pkgver=3.9.0.25.g2e5e309e
pkgrel=1
pkgdesc="Top-down terminal for Gnome using gtk3 and vte3"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/Guake/guake"
license=('GPL')
-depends=('vte3' 'gtk3' 'python-pbr' 'python-dbus' 'python-xdg' 'libutempter' 'libkeybinder3' 'python-cairo' 'vte-common' 'python-gobject' 'gettext'
+depends=('vte3' 'gtk3' 'python-pbr' 'python-dbus' 'python-yaml' 'python-xdg' 'libutempter' 'libkeybinder3' 'python-cairo' 'vte-common' 'python-gobject' 'gettext'
'gobject-introspection-runtime' 'libwnck3' 'libnotify')
makedepends=('git' 'python-pip' 'make')
conflicts=('guake' 'guake-gtk2-git')