summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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