summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio2019-05-22 08:17:18 +0200
committerFabio2019-05-22 08:17:18 +0200
commit5ef7e3c36fd0def718e050b6071d101b6d39c416 (patch)
tree76532df0d3ed16c0882e7db8251e0150f643ebd0
parent11fb5db2221d97c5326116753a44d19620558bfe (diff)
downloadaur-5ef7e3c36fd0def718e050b6071d101b6d39c416.tar.gz
[DEPS] depends on i3ipc-python, not i3ipc-python-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1b9658c82f..5ff3cc806d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raiseorlaunch
pkgdesc = A run-or-raise-application-launcher for i3 window manager.
pkgver = 2.3.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/open-dynaMIX/raiseorlaunch
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = raiseorlaunch
makedepends = python-pip
makedepends = python-wheel
depends = python
- depends = i3ipc-python-git
+ depends = i3ipc-python
source = https://github.com/open-dynaMIX/raiseorlaunch/archive/v2.3.0.tar.gz
sha256sums = b4086fe8e7aa81d2e9c536823c5f999b44df1cd830c905952a19deebfc76be06
diff --git a/PKGBUILD b/PKGBUILD
index 1f7fe0d364cd..c587f0bde42e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=raiseorlaunch
pkgver=2.3.0
-pkgrel=0
+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' 'i3ipc-python')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('b4086fe8e7aa81d2e9c536823c5f999b44df1cd830c905952a19deebfc76be06')