summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroncia2022-02-11 16:06:17 +0300
committerAstroncia2022-02-11 16:06:17 +0300
commit1d2e5a77d5381eb3d4c038f22ea3808a8842bda1 (patch)
tree372a853ba15898436a59d4b35e0c8d303899d152
parent0a4c93013b2211acf228dd646dbbb83d368f9fcb (diff)
downloadaur-1d2e5a77d5381eb3d4c038f22ea3808a8842bda1.tar.gz
Use spaces instead of tabs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed6e27632cf..3d14b8641a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astronciaiptv-git
pkgdesc = IPTV player with EPG support
pkgver = 0.0.90
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.com/astroncia/iptv
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4feb6204cf46..9f75180662e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astronciaiptv-git
pkgver=0.0.90
-pkgrel=4
+pkgrel=5
pkgdesc="IPTV player with EPG support"
arch=('any')
url="https://gitlab.com/astroncia/iptv"
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd iptv
- sed -i "s/__DEB_VERSION__/${pkgver}-git/g" usr/lib/astronciaiptv/astroncia_iptv.py
+ sed -i "s/__DEB_VERSION__/${pkgver}-git/g" usr/lib/astronciaiptv/astroncia_iptv.py
make
}