summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormmdbalkhi2022-02-03 21:50:40 +0330
committermmdbalkhi2022-02-03 21:50:40 +0330
commitb9200e656a8d293f63d86d9f80aa657511ba29ce (patch)
tree08d230ecddaf656625d7f32400e2c5c051654d22 /PKGBUILD
parenteb74801660a0cfad409bebae580d28dcc98f39d0 (diff)
downloadaur-pyabr.tar.gz
remove xinit from optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58e295f32c9e..f0bc2b55575d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ arch=('any')
license=('GPL3')
depends=('xorg-server' 'mesa' 'qt5-base' 'python-wheel' 'python-pyqt5' 'breeze' 'breeze-icons' 'wget' )
makedepends=('python-pip')
-optdepends=('xorg-xini' 'xterm' 'mpv' 'chromium' 'python-pyalsa' 'python-pyaudio' 'openbox')
+optdepends=('xterm' 'mpv' 'chromium' 'python-pyalsa' 'python-pyaudio' 'openbox')
provides=("${pkgname%}")
conflicts=("${pkgname%}")
package() {
sudo pip install --upgrade pyabr
-} \ No newline at end of file
+}