summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2019-04-24 21:18:46 +0200
committerRasmus Lindroth2019-04-24 21:18:46 +0200
commitb2cafd5b20cda1720ccc46a830adae1f469b047b (patch)
tree5b4ca253c2bf13b1cbfc866f611bbfbde0706af9
parentcc7294135720254cb44cb930e6ef427893963255 (diff)
downloadaur-b2cafd5b20cda1720ccc46a830adae1f469b047b.tar.gz
Fix bug where web output wouldn't work
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99107df61ce6..f10aba73b05f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.4
+ pkgver = 0.0.5
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.4.tar.gz
- sha256sums = 481c3afe8cd4a70050a3581d4a88e60e2e11dd9591fa3eb8b36b3cd6ba5cf208
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.5.tar.gz
+ sha256sums = 078cb2921b5a266bfb0bf25845060084cf67e0bdaf157d089815886ac9aadd6f
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index bb86f53ca1a8..a9ba637cabf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.4
+pkgver=0.0.5
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=('481c3afe8cd4a70050a3581d4a88e60e2e11dd9591fa3eb8b36b3cd6ba5cf208')
+sha256sums=('078cb2921b5a266bfb0bf25845060084cf67e0bdaf157d089815886ac9aadd6f')
build() {
cd $pkgname-$pkgver