summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2019-04-21 15:25:24 +0200
committerRasmus Lindroth2019-04-21 15:25:24 +0200
commiteb550c297299e565d46035d90789b01676a2bb88 (patch)
tree68f92815b9cf4aabb0354e4b1d373de5767149a3
parent0547df9b9a25827ec7b2c28eaec7bb9f57158dd8 (diff)
downloadaur-eb550c297299e565d46035d90789b01676a2bb88.tar.gz
Now you can see the command bound to each key. Just hover over a key that's being used
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c461c072e3a2..d07465401248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.1.tar.gz
- sha256sums = f895e0fbb5b713f8850d7bf18586ebdbace46de893b8d74c249990011f5e8c75
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.2.tar.gz
+ sha256sums = 98d681c9a9d540de33778731d4747b4631299d6765d1df5db413fb7b62386d60
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index 782c637633af..cb8de757021b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc='Lists used and unused keys in your i3wm config'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f895e0fbb5b713f8850d7bf18586ebdbace46de893b8d74c249990011f5e8c75')
+sha256sums=('98d681c9a9d540de33778731d4747b4631299d6765d1df5db413fb7b62386d60')
build() {
cd $pkgname-$pkgver