summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2020-01-28 02:26:07 +0100
committerpiotr2020-01-28 02:26:07 +0100
commit68fa46828ea831efc839bf6738f4a954179af08f (patch)
treed32b7e967899caeb942174015befaa0b60c4cd96 /PKGBUILD
parenta702e40289f728988abef3ec6ce7bb0a704e5f64 (diff)
downloadaur-68fa46828ea831efc839bf6738f4a954179af08f.tar.gz
update to 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9accf03b3d1a..ab4adfbb12f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
-pkgver=0.9.0
+pkgver=1.0.0
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' 'python-enum-compat')
+depends=('gtk3' 'python' 'python-gobject' 'python-cairo')
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")
-md5sums=('fedac73ba679c3055b160a28eca42682')
+md5sums=('22a9d8ac02ec3457fe876e3ff89245b0')
package() {
cd "$srcdir/"$pkgname"-$pkgver"