summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2019-07-11 13:29:01 +0200
committerRasmus Lindroth2019-07-11 13:29:01 +0200
commit65437a76be3969f8222e1de472d49d00a2cfde38 (patch)
tree44a3429369236ca67eeb875629230f9ff2afd275
parentb2cafd5b20cda1720ccc46a830adae1f469b047b (diff)
downloadaur-65437a76be3969f8222e1de472d49d00a2cfde38.tar.gz
Now also shows used and unused keys in each mode
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10aba73b05f..23979b2ac8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.5.tar.gz
- sha256sums = 078cb2921b5a266bfb0bf25845060084cf67e0bdaf157d089815886ac9aadd6f
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.6.tar.gz
+ sha256sums = 1ad8fff2ef3d903c1d9bd64169227e350b2036f1b1a6b06ad96dd76ec0b1e433
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index a9ba637cabf3..8bfe3bcc0ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.5
+pkgver=0.0.6
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=('078cb2921b5a266bfb0bf25845060084cf67e0bdaf157d089815886ac9aadd6f')
+sha256sums=('1ad8fff2ef3d903c1d9bd64169227e350b2036f1b1a6b06ad96dd76ec0b1e433')
build() {
cd $pkgname-$pkgver