summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2020-01-13 01:16:58 +0100
committerpiotr2020-01-13 01:16:58 +0100
commit93b9ee96f4a65d3f83746ed6349542e795a0ceba (patch)
tree1f3da3b26a9b01597cd4bb77a76b6d8ba7bf50bf
parent0cede08372d1951a9992f7bb2027a8028a32b231 (diff)
downloadaur-93b9ee96f4a65d3f83746ed6349542e795a0ceba.tar.gz
update to 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed23f31c3049..7a31116b9eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sgtk-menu
pkgdesc = GTK menu for sway and i3
- pkgver = 0.1.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/nwg-piotr/sgtk-menu
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = sgtk-menu
depends = python
depends = python-gobject
optdepends = python-i3ipc: to avoid deprecation warnings
- source = https://github.com/nwg-piotr/sgtk-menu/archive/v0.1.0.tar.gz
- md5sums = 6e80ef7835b5c681ec4b13e52c0962f5
+ source = https://github.com/nwg-piotr/sgtk-menu/archive/v0.2.1.tar.gz
+ md5sums = 28472bdeab223de3f4930f28a84d3238
pkgname = sgtk-menu
diff --git a/PKGBUILD b/PKGBUILD
index 3bcf1d344d09..be0333f59cc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('sgtk-menu')
-pkgver=0.1.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="GTK menu for sway and i3"
arch=('x86_64')
@@ -11,7 +11,7 @@ optdepends=('python-i3ipc: to avoid deprecation warnings')
source=("https://github.com/nwg-piotr/sgtk-menu/archive/v$pkgver.tar.gz")
-md5sums=('6e80ef7835b5c681ec4b13e52c0962f5')
+md5sums=('28472bdeab223de3f4930f28a84d3238')
package() {
install -D -m 755 "$pkgname"-"$pkgver"/dist/sgtk-menu-arch "$pkgdir"/usr/bin/sgtk-menu