summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2020-02-08 14:18:48 +0100
committerpiotr2020-02-08 14:18:48 +0100
commitd6b01f44af33827bd982a3233b73d0dca6588bc7 (patch)
tree654f53b3d7af360650e0cc80e6e7a95afadcae3c
parentfbc470874f22c7b8f85f4b4fb346df2bf933aae1 (diff)
downloadaur-d6b01f44af33827bd982a3233b73d0dca6588bc7.tar.gz
python-setuptools moved to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe5d0dd7310..5365bc0455ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = sgtk-menu
pkgdesc = GTK menu for sway, i3 and some floating WMs
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nwg-piotr/sgtk-menu
arch = x86_64
license = GPL3
- makedepends = python-setuptools
depends = gtk3
depends = python
depends = python-gobject
depends = python-cairo
+ depends = python-setuptools
optdepends = python-pynput: for positioning in floating window managers
source = https://github.com/nwg-piotr/sgtk-menu/archive/v1.2.0.tar.gz
md5sums = 1984bc77ecd02f683c135f61fcbebe77
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")