summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-01-19 13:27:37 +0100
committerRasmus Lindroth2020-01-19 13:27:37 +0100
commit3391eba23624b68f3a68bd52dd789a56dff48f11 (patch)
treef4096d0e9c783a41a2800a19c32838c5870d4bec
parent331377c0aadbcccedfff8055deb74acff6420929 (diff)
downloadaur-3391eba23624b68f3a68bd52dd789a56dff48f11.tar.gz
Added toc in web view and the option to filter text and svg output by modifiers
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c886f4fa4b9..551106686b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.7
+ pkgver = 0.0.8
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.7.tar.gz
- sha256sums = 42285df91919eea1f3112e5c246cf26444aeda2207f359b89f20f5b5289f2520
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.8.tar.gz
+ sha256sums = 2f867f82c5ab2b468f717e0453829278bf043b093c28c7cfc9697ca4e93be3b9
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index 918257a562c1..c574eb27ee2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.7
+pkgver=0.0.8
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=('42285df91919eea1f3112e5c246cf26444aeda2207f359b89f20f5b5289f2520')
+sha256sums=('2f867f82c5ab2b468f717e0453829278bf043b093c28c7cfc9697ca4e93be3b9')
build() {
cd $pkgname-$pkgver