summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuki-chan-nya2023-04-15 04:57:24 +0000
committeryuki-chan-nya2023-04-15 04:57:24 +0000
commitf12034cb30aa38df88b8b8ab54552037ecbe6c68 (patch)
tree4479071e97845de9d45fbbbd434d9533f2362452
parent1d01e49efa75bff9762764930710bc009e7613f6 (diff)
downloadaur-f12034cb30aa38df88b8b8ab54552037ecbe6c68.tar.gz
depends+=(python-pydbus)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d97d633c1077..e239a524183f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yuki-iptv-git
pkgdesc = IPTV player with EPG support
- pkgver = 0.0.1
- pkgrel = 2
+ pkgver = 0.0.3
+ pkgrel = 1
url = https://github.com/yuki-iptv/yuki-iptv
arch = any
license = GPL3
@@ -17,6 +17,7 @@ pkgbase = yuki-iptv-git
depends = python-requests
depends = python-chardet
depends = python-setproctitle
+ depends = python-pydbus
depends = ffmpeg
optdepends = yt-dlp: YouTube channel support
provides = yuki-iptv
diff --git a/PKGBUILD b/PKGBUILD
index 112a0fd20dd5..4a226cfee4d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: yukichan
pkgname=yuki-iptv-git
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
pkgdesc="IPTV player with EPG support"
arch=('any')
url="https://github.com/yuki-iptv/yuki-iptv"
license=('GPL3')
-depends=('python' 'qt6-base' 'mpv' 'python-pyqt6' 'python-pillow' 'python-gobject' 'python-unidecode' 'python-requests' 'python-chardet' 'python-setproctitle' 'ffmpeg')
+depends=('python' 'qt6-base' 'mpv' 'python-pyqt6' 'python-pillow' 'python-gobject' 'python-unidecode' 'python-requests' 'python-chardet' 'python-setproctitle' 'python-pydbus' 'ffmpeg')
optdepends=('yt-dlp: YouTube channel support')
makedepends=('make' 'git')
provides=('yuki-iptv')