summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRui Ventura2023-09-15 20:09:46 +0100
committerRui Ventura2023-09-15 20:09:46 +0100
commit02c1ea7dd0755121f732f04822d0523bc43de265 (patch)
tree5ed53e122e7eecac381ca8378f4c05d055d1a6a1 /PKGBUILD
parentff91e2ffd311072c683af3e826dba441b7673c00 (diff)
downloadaur-chiaki.tar.gz
Add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02ee77e1a5f0..4f11ae3d51c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Rui Ventura <rventura.pt@outlook.com>
pkgname=chiaki
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Free and Open Source PS4 Remote Play Client'
arch=(x86_64)
url=https://git.sr.ht/~thestr4ng3r/chiaki
license=(custom)
provides=(chiaki)
depends=(ffmpeg gcc-libs qt5-multimedia qt5-svg opus 'openssl>=1.1' sdl2)
-makedepends=(cmake protobuf python-protobuf)
+makedepends=(cmake protobuf python-setuptools python-protobuf)
optdepends=(
'intel-media-driver: VA-API backend for Intel GPUs (>= Broadwell)'
'libva-intel-driver: VA-API backend for Intel GPUs (<= Haswell)'