summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroncia2022-02-13 19:01:26 +0300
committerAstroncia2022-02-13 19:01:26 +0300
commit91fa32de031e2dec89033335110139e4d7b02e5d (patch)
tree13fda8a6dea35981272922762c213a845c579171
parent1d2e5a77d5381eb3d4c038f22ea3808a8842bda1 (diff)
downloadaur-91fa32de031e2dec89033335110139e4d7b02e5d.tar.gz
Drop pydbus from requirements
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d14b8641a92..d686197d6b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astronciaiptv-git
pkgdesc = IPTV player with EPG support
- pkgver = 0.0.90
- pkgrel = 5
+ pkgver = 0.0.92
+ pkgrel = 1
url = https://gitlab.com/astroncia/iptv
arch = any
license = GPL3
@@ -13,7 +13,6 @@ pkgbase = astronciaiptv-git
depends = python-pyqt6
depends = python-pillow
depends = python-gobject
- depends = python-pydbus
depends = python-unidecode
depends = python-requests
depends = python-chardet
diff --git a/PKGBUILD b/PKGBUILD
index 9f75180662e5..8ca53ba16a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Astroncia <kestraly+gmail+com>
pkgname=astronciaiptv-git
-pkgver=0.0.90
-pkgrel=5
+pkgver=0.0.92
+pkgrel=1
pkgdesc="IPTV player with EPG support"
arch=('any')
url="https://gitlab.com/astroncia/iptv"
license=('GPL3')
-depends=('python' 'qt6-base' 'mpv' 'python-pyqt6' 'python-pillow' 'python-gobject' 'python-pydbus' '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' 'ffmpeg')
optdepends=('yt-dlp: YouTube channel support')
makedepends=('make' 'git')
provides=('astronciaiptv')