summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Rämi2019-07-24 21:39:02 +0200
committerFabio Rämi2019-07-24 21:39:02 +0200
commit7a174b34be00daf882b4a734ca00004991edec88 (patch)
treeddbe754a4cdafa3d7737fa36f4778f9255f5d1b1 /PKGBUILD
parent5ef7e3c36fd0def718e050b6071d101b6d39c416 (diff)
downloadaur-7a174b34be00daf882b4a734ca00004991edec88.tar.gz
[PKGBUILD] fix dependencies
The package i3ipc-python disappeared from the AUR. But now there is python-i3ipc. This commit replaces the i3ipc-python dependency in the PKGBUILD with python-i3ipc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c587f0bde42e..78af0c64a9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=raiseorlaunch
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
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')
+depends=('python' 'python-i3ipc')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('b4086fe8e7aa81d2e9c536823c5f999b44df1cd830c905952a19deebfc76be06')