summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2019-07-12 08:25:41 +0200
committerRasmus Lindroth2019-07-12 08:25:41 +0200
commit331377c0aadbcccedfff8055deb74acff6420929 (patch)
treef6c4b177729a756246b93c9e31905f4112b68a2e
parent65437a76be3969f8222e1de472d49d00a2cfde38 (diff)
downloadaur-331377c0aadbcccedfff8055deb74acff6420929.tar.gz
Sort by most used binding. Bug fix in web output not rendering with empty modes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23979b2ac8ba..9c886f4fa4b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.6.tar.gz
- sha256sums = 1ad8fff2ef3d903c1d9bd64169227e350b2036f1b1a6b06ad96dd76ec0b1e433
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.7.tar.gz
+ sha256sums = 42285df91919eea1f3112e5c246cf26444aeda2207f359b89f20f5b5289f2520
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index 8bfe3bcc0ac2..918257a562c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.6
+pkgver=0.0.7
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=('1ad8fff2ef3d903c1d9bd64169227e350b2036f1b1a6b06ad96dd76ec0b1e433')
+sha256sums=('42285df91919eea1f3112e5c246cf26444aeda2207f359b89f20f5b5289f2520')
build() {
cd $pkgname-$pkgver