summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5723d356a3a5..d5dd9ceba0ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="GTK menu for sway and i3"
arch=('x86_64')
url="https://github.com/nwg-piotr/sgtk-menu"
license=('GPL3')
-depends=('gtk3' 'python' 'python-gobject')
+depends=('gtk3' 'python' 'python-gobject' 'python-cairo')
optdepends=('python-i3ipc: to avoid deprecation warnings')
source=("https://github.com/nwg-piotr/sgtk-menu/archive/v$pkgver.tar.gz")