summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroncia2022-02-11 00:49:17 +0300
committerAstroncia2022-02-11 00:49:17 +0300
commit14c765a2d683606b7a3dcdb98f85310bbfcf93cd (patch)
treeb9f87879abe6d16b216fc536fafd3a83fd00c5ce
parentcfe90c2b6f991e41012a193288ec0b3f12496eac (diff)
downloadaur-14c765a2d683606b7a3dcdb98f85310bbfcf93cd.tar.gz
Drop pandas requirement
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10935f6fbcbf..b3ec864e5661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astronciaiptv-git
pkgdesc = IPTV player with EPG support
pkgver = 0.0.90
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/astroncia/iptv
arch = any
license = GPL3
@@ -12,7 +12,6 @@ pkgbase = astronciaiptv-git
depends = mpv
depends = python-pyqt6
depends = python-pillow
- depends = python-pandas
depends = python-gobject
depends = python-pydbus
depends = python-unidecode
diff --git a/PKGBUILD b/PKGBUILD
index c4c0a559d236..8ddef7480fe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=astronciaiptv-git
pkgver=0.0.90
-pkgrel=2
+pkgrel=3
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-pandas' '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-pydbus' 'python-unidecode' 'python-requests' 'python-chardet' 'python-setproctitle' 'ffmpeg')
optdepends=('yt-dlp: YouTube channel support')
makedepends=('make' 'git')
provides=('astronciaiptv')
@@ -23,7 +23,6 @@ pkgver() {
prepare() {
cd iptv
sed -i "s/__DEB_VERSION__/${pkgver}-git/g" usr/lib/astronciaiptv/astroncia_iptv.py
- sed -i "s/CHECK_UPDATES_ENABLED = True/CHECK_UPDATES_ENABLED = False/" usr/lib/astronciaiptv/astroncia_iptv.py
}
build() {