summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c44f2215030..7e01b1789ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=0
pkgdesc="A run-or-raise-application-launcher for i3 window manager."
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'i3ipc-python-git')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c80e6ea5b1b59ae9e4a25c7daa61fb92747fbc92a04fdf3e15b410fa6bed9ff8')
+sha256sums=('abe9503833d4e52ca74641ee91f845012c0b884ae06f9c7723377fcba51e835e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"