summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Fung2021-12-18 13:56:23 -0800
committerEric Fung2021-12-18 13:56:23 -0800
commite50eca01b8ec320ce9f8f4b40fbbca88a4a80bf6 (patch)
treee8ed4ff3860e42ba75e59e996fcd344166430927 /PKGBUILD
parentead44197231067a00f958da97b51f866423b88ce (diff)
downloadaur-alacarte-xfce.tar.gz
Added python-cairo to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4a6522e8de7..4cee257a62d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('any')
license=('LGPL')
url="http://www.gnome.org"
groups=('xfce4-goodies')
-depends=('gnome-menus' 'hicolor-icon-theme' 'python-gobject' 'gtk3')
+depends=('gnome-menus' 'gtk3' 'hicolor-icon-theme' 'python-cairo' 'python-gobject')
makedepends=('gnome-common')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-xfce-devel")