summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroncia2022-01-04 15:36:57 +0300
committerAstroncia2022-01-04 15:36:57 +0300
commit624d9c95269e39008c5362833919cdb1273bd824 (patch)
treedd9bca3adc1725bd80f945afd076aa7f18b988d4
parent96b4bddb44cf73666708af210c1a92d91b5a0b3a (diff)
downloadaur-624d9c95269e39008c5362833919cdb1273bd824.tar.gz
Turn off built-in update mechanism
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10230ee4252f..5d6a9e8629ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astronciaiptv-git
pkgdesc = IPTV player with EPG support
pkgver = 0.0.87
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/astroncia/iptv
arch = any
license = GPL3
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() {