summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2020-01-19 01:52:39 +0100
committerpiotr2020-01-19 01:52:39 +0100
commitd6359fdd0ca793ad674bd9c52473f13005c900da (patch)
tree5eddd0f3aa58310ad5259f336e1fc6a4868f6f16 /PKGBUILD
parentc0a3be51abca11cdf3be66efde7da987cf5fff47 (diff)
downloadaur-d6359fdd0ca793ad674bd9c52473f13005c900da.tar.gz
update to 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 444b4cca42e0..6e3846535391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="GTK menu for sway and i3"
+pkgver=0.5.1
+pkgrel=1
+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')
+optdepends=('python-pynput: for positioning in floating window managers')
source=("https://github.com/nwg-piotr/sgtk-menu/archive/v$pkgver.tar.gz")
-md5sums=('dfd900c6395dc330785b7df012b1eeb7')
+md5sums=('232261c9e0c5de48aad6e7639bb8bd92')
package() {
install -D -m 755 "$pkgname"-"$pkgver"/dist/sgtk-menu-arch "$pkgdir"/usr/bin/sgtk-menu