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 a3bc80085463..80e85ee45df7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3keys
pkgdesc = Lists used and unused keys in your i3wm config
- pkgver = 0.0.9
+ pkgver = 0.0.10
pkgrel = 1
url = https://github.com/RasmusLindroth/i3keys
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/i3keys/archive/0.0.9.tar.gz
- sha256sums = 3b9e3f760e6d5b3decafd59fbd89700a886ccbc52ac3dd6b1a31d5e16156ce04
+ source = https://github.com/RasmusLindroth/i3keys/archive/0.0.10.tar.gz
+ sha256sums = c35e60aa551050cfd6f7fda403bc66a3b1b88ecbe5b487e4a5c95d5e1c26f7eb
pkgname = i3keys
diff --git a/PKGBUILD b/PKGBUILD
index 68abccd7b38c..9d88afdbd15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=i3keys
-pkgver=0.0.9
+pkgver=0.0.10
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=('3b9e3f760e6d5b3decafd59fbd89700a886ccbc52ac3dd6b1a31d5e16156ce04')
+sha256sums=('c35e60aa551050cfd6f7fda403bc66a3b1b88ecbe5b487e4a5c95d5e1c26f7eb')
build() {
cd $pkgname-$pkgver