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 927258dba9c1..b98882321ca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = raiseorlaunch
pkgdesc = Run-or-raise-application-launcher for i3 window manager.
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 0
url = https://github.com/open-dynaMIX/raiseorlaunch
arch = any
@@ -10,8 +10,8 @@ pkgbase = raiseorlaunch
makedepends = python-wheel
depends = python
depends = python-i3-py
- source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v0.1.2.tar.gz
- sha256sums = 0203371a92993dcfa61e7be7c9b28d08bc6f75d1f63ebf0fab2ef79e55b1397c
+ source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v0.1.3.tar.gz
+ sha256sums = 5eb3ce51b925aafd9542e8602c9c29fd39d29190bd37fdbe6583b91d448a4609
pkgname = raiseorlaunch
diff --git a/PKGBUILD b/PKGBUILD
index cce25eb7eb49..205aeff98bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=0
pkgdesc="Run-or-raise-application-launcher for i3 window manager."
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-i3-py')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0203371a92993dcfa61e7be7c9b28d08bc6f75d1f63ebf0fab2ef79e55b1397c')
+sha256sums=('5eb3ce51b925aafd9542e8602c9c29fd39d29190bd37fdbe6583b91d448a4609')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"