summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2022-07-02 13:27:04 -0300
committerCleber Matheus2022-07-02 13:27:04 -0300
commit3eb04a520601147652bd09a852522c18a54f7af4 (patch)
tree76c0ef50dc2efa3c8319377c8eb8a2a1bf75d649
parentbe1016b40806c26df6fcb99e9f9114f1bd477e7f (diff)
downloadaur-3eb04a520601147652bd09a852522c18a54f7af4.tar.gz
Added python-setuptools
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 690dad525caa..80f1eeb695c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kawaii-player
pkgdesc = Multimedia player, media library manager and portable media server with PC-to-PC casting feature
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kanishka-linux/kawaii-player
install = kawaii-player.install
arch = any
@@ -27,6 +27,7 @@ pkgbase = kawaii-player
depends = python-pycurl
depends = python-pyqtwebengine
depends = wget
+ depends = python-setuptools
optdepends = python-pympv: modern opengl-render API for libmpv
optdepends = libtorrent-rasterbar: torrent streaming
optdepends = youtube-dl: YouTube streaming
@@ -37,4 +38,3 @@ pkgbase = kawaii-player
sha256sums = b055f9224a9a88d3b92bb631e4dc886817c97bb9751c8eb7ead65d05856ecee0
pkgname = kawaii-player
-
diff --git a/PKGBUILD b/PKGBUILD
index 08ca986307ff..8d71e11e2b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kawaii-player
_pkgname=kawaii_player
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
_pkgrel=1
pkgdesc="Multimedia player, media library manager and portable media server with PC-to-PC casting feature"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/kanishka-linux/kawaii-player"
license=('GPL3')
depends=('libnotify' 'mpv' 'sqlite' 'python' 'python-pyqt5' 'socat' 'qt5-webengine' 'curl' 'mplayer' 'ffmpegthumbnailer'
'python-beautifulsoup4' 'python-certifi' 'python-dbus' 'python-lxml' 'python-mutagen' 'python-opengl'
- 'python-pillow' 'python-pycurl' 'python-pyqtwebengine' 'wget')
+ 'python-pillow' 'python-pycurl' 'python-pyqtwebengine' 'wget' 'python-setuptools')
optdepends=('python-pympv: modern opengl-render API for libmpv'
'libtorrent-rasterbar: torrent streaming'
'youtube-dl: YouTube streaming'