summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ventura2023-09-15 20:09:46 +0100
committerRui Ventura2023-09-15 20:09:46 +0100
commit02c1ea7dd0755121f732f04822d0523bc43de265 (patch)
tree5ed53e122e7eecac381ca8378f4c05d055d1a6a1
parentff91e2ffd311072c683af3e826dba441b7673c00 (diff)
downloadaur-chiaki.tar.gz
Add python-setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4877304203..1d09cbe7d4af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = chiaki
pkgdesc = Free and Open Source PS4 Remote Play Client
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.sr.ht/~thestr4ng3r/chiaki
arch = x86_64
license = custom
makedepends = cmake
makedepends = protobuf
+ makedepends = python-setuptools
makedepends = python-protobuf
depends = ffmpeg
depends = gcc-libs
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)'