summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2020-01-25 23:15:23 +0100
committerpiotr2020-01-25 23:15:23 +0100
commitde5332013186bc300be4c075c2480e3272085119 (patch)
treec46f4ec68bdd908b1cc75ee3d29565d16fb924a8 /PKGBUILD
parent26e8aa977e490e2e5dcdd1fa9773dd68e8c97080 (diff)
downloadaur-de5332013186bc300be4c075c2480e3272085119.tar.gz
update to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b900448ab2..eef442b0a182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="GTK menu for sway, i3 and some floating WMs"
arch=('x86_64')
url="https://github.com/nwg-piotr/sgtk-menu"
license=('GPL3')
depends=('gtk3' 'python' 'python-gobject' 'python-cairo' 'python-i3ipc')
+makedepends=('python-setuptools')
optdepends=('python-pynput: for positioning in floating window managers')
source=("https://github.com/nwg-piotr/sgtk-menu/archive/v$pkgver.tar.gz")