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 c9c238d584cd..190f9e05d71e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = raiseorlaunch
pkgdesc = A run-or-raise-application-launcher for i3 window manager.
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 0
url = https://github.com/open-dynaMIX/raiseorlaunch
arch = any
@@ -10,8 +10,8 @@ pkgbase = raiseorlaunch
makedepends = python-wheel
depends = python
depends = i3ipc-python-git
- source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v2.2.0.tar.gz
- sha256sums = c80e6ea5b1b59ae9e4a25c7daa61fb92747fbc92a04fdf3e15b410fa6bed9ff8
+ source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v2.2.1.tar.gz
+ sha256sums = abe9503833d4e52ca74641ee91f845012c0b884ae06f9c7723377fcba51e835e
pkgname = raiseorlaunch
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}"