summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2020-02-08 14:18:48 +0100
committerpiotr2020-02-08 14:18:48 +0100
commitd6b01f44af33827bd982a3233b73d0dca6588bc7 (patch)
tree654f53b3d7af360650e0cc80e6e7a95afadcae3c /PKGBUILD
parentfbc470874f22c7b8f85f4b4fb346df2bf933aae1 (diff)
downloadaur-d6b01f44af33827bd982a3233b73d0dca6588bc7.tar.gz
python-setuptools moved to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4df60b838106..9adc83a8db18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
pkgver=1.2.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')
-makedepends=('python-setuptools')
+depends=('gtk3' 'python' 'python-gobject' 'python-cairo' 'python-setuptools')
optdepends=('python-pynput: for positioning in floating window managers')
source=("https://github.com/nwg-piotr/sgtk-menu/archive/v$pkgver.tar.gz")