summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 654122359f1a..e9054203c9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astronciaiptv-git
pkgver=0.0.87
-pkgrel=1
+pkgrel=2
pkgdesc="IPTV player with EPG support"
arch=('any')
url="https://gitlab.com/astroncia/iptv"
@@ -22,7 +22,8 @@ pkgver() {
prepare() {
cd iptv
- sed -i "s/__DEB_VERSION__/${pkgver}/g" usr/lib/astronciaiptv/astroncia_iptv.py
+ 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() {