summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-02-12 17:53:46 +0100
committerRasmus Lindroth2020-02-12 17:53:46 +0100
commita379cb145816dc8b6a3d010193e25bec6d5d8498 (patch)
tree9b8772949cb0dde14b8d26459fb784ddb361cf21
parent3391eba23624b68f3a68bd52dd789a56dff48f11 (diff)
downloadaur-a379cb145816dc8b6a3d010193e25bec6d5d8498.tar.gz
Added support for sway
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551106686b0f..a3bc80085463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.8
+ pkgver = 0.0.9
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.8.tar.gz
- sha256sums = 2f867f82c5ab2b468f717e0453829278bf043b093c28c7cfc9697ca4e93be3b9
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.9.tar.gz
+ sha256sums = 3b9e3f760e6d5b3decafd59fbd89700a886ccbc52ac3dd6b1a31d5e16156ce04
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index c574eb27ee2a..68abccd7b38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.8
+pkgver=0.0.9
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=('2f867f82c5ab2b468f717e0453829278bf043b093c28c7cfc9697ca4e93be3b9')
+sha256sums=('3b9e3f760e6d5b3decafd59fbd89700a886ccbc52ac3dd6b1a31d5e16156ce04')
build() {
cd $pkgname-$pkgver