summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2020-01-17 02:52:54 +0100
committerpiotr2020-01-17 02:52:54 +0100
commitc0a3be51abca11cdf3be66efde7da987cf5fff47 (patch)
tree378596c38ed63aa5cfa799ad43b896f956ffda93 /PKGBUILD
parent6d3a8165a0156d7128b6fd15725bcfb75d87bc8d (diff)
downloadaur-c0a3be51abca11cdf3be66efde7da987cf5fff47.tar.gz
python-i3ipc moved to obligatory dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d94991035a57..444b4cca42e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
pkgver=0.5.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' 'python-cairo')
-optdepends=('python-i3ipc: to avoid deprecation warnings')
+depends=('gtk3' 'python' 'python-gobject' 'python-cairo' 'python-i3ipc')
source=("https://github.com/nwg-piotr/sgtk-menu/archive/v$pkgver.tar.gz")