summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2021-10-23 15:41:07 +0200
committerRasmus Lindroth2021-10-23 15:41:07 +0200
commitf3fcaecce1a32e36d9f179d8ef1e8dbfd9830c19 (patch)
treea02957f743841f7fe3c20461a0fb01ce1c609839 /PKGBUILD
parentd558ec644a6af96cbdd071438bb1f1229c787256 (diff)
downloadaur-f3fcaecce1a32e36d9f179d8ef1e8dbfd9830c19.tar.gz
minor bug fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a44b8ddf025..504915bd780c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.13
+pkgver=0.0.14
pkgrel=1
pkgdesc='Lists used and unused keys in your i3wm or Sway 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=('614ac0cff665129e1f68543f97fe30c589e13c9f0089c5f7c8aeead6f65c134b')
+sha256sums=('e7051bca203db8888584cf5ba7ccb7951fe7f1a21870e42342ee4acd098ebad9')
build() {
cd $pkgname-$pkgver