summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD10
3 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9c238d584cd..d4ea44dc24a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raiseorlaunch
pkgdesc = A run-or-raise-application-launcher for i3 window manager.
- pkgver = 2.2.0
- pkgrel = 0
+ pkgver = 2.3.5
+ pkgrel = 1
url = https://github.com/open-dynaMIX/raiseorlaunch
arch = any
license = MIT
@@ -9,9 +9,8 @@ pkgbase = raiseorlaunch
makedepends = python-pip
makedepends = python-wheel
depends = python
- depends = i3ipc-python-git
- source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v2.2.0.tar.gz
- sha256sums = c80e6ea5b1b59ae9e4a25c7daa61fb92747fbc92a04fdf3e15b410fa6bed9ff8
+ depends = python-i3ipc
+ source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v2.3.5.tar.gz
+ sha256sums = dcb7d2587ebcf5cfb32f0369ab8aa936c82e1ac3fc29e3f0faf9ecc07a512ed3
pkgname = raiseorlaunch
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 8c44f2215030..6bbf51602aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
+# Maintainer: Fabio Ambauen <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=2.2.0
-pkgrel=0
+pkgver=2.3.5
+pkgrel=1
pkgdesc="A run-or-raise-application-launcher for i3 window manager."
arch=(any)
url="https://github.com/open-dynaMIX/raiseorlaunch"
license=('MIT')
-depends=('python' 'i3ipc-python-git')
+depends=('python' 'python-i3ipc')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c80e6ea5b1b59ae9e4a25c7daa61fb92747fbc92a04fdf3e15b410fa6bed9ff8')
+sha256sums=('dcb7d2587ebcf5cfb32f0369ab8aa936c82e1ac3fc29e3f0faf9ecc07a512ed3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"