summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80e85ee45df7..270d81c47780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
- pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.10
+ pkgdesc = Lists used and unused keys in your i3wm or Sway config
+ pkgver = 0.0.11
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.10.tar.gz
- sha256sums = c35e60aa551050cfd6f7fda403bc66a3b1b88ecbe5b487e4a5c95d5e1c26f7eb
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.11.tar.gz
+ sha256sums = 18a957aa4a8c6c8692e3108565856012ab9867a062ad2da9f8ec16c6de623050
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index 9d88afdbd15f..35df391ac33e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.10
+pkgver=0.0.11
pkgrel=1
-pkgdesc='Lists used and unused keys in your i3wm config'
+pkgdesc='Lists used and unused keys in your i3wm or Sway config'
arch=('any')
url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('c35e60aa551050cfd6f7fda403bc66a3b1b88ecbe5b487e4a5c95d5e1c26f7eb')
+sha256sums=('18a957aa4a8c6c8692e3108565856012ab9867a062ad2da9f8ec16c6de623050')
build() {
cd $pkgname-$pkgver