summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7756828e72b5..1d6ad8ac31e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server and DVR
- pkgver = 4.3.r2167.g583de23
+ pkgver = 4.3.r2300.g1212b94
pkgrel = 1
url = https://tvheadend.org/
arch = aarch64
@@ -31,6 +31,7 @@ pkgbase = tvheadend-git
optdepends = xmltv: alternative source of programme listings
provides = tvheadend
conflicts = tvheadend
+ options = !buildflags
options = !strip
options = emptydirs
source = tvheadend-git::git+https://github.com/tvheadend/tvheadend.git
diff --git a/PKGBUILD b/PKGBUILD
index 90d9d6f05d13..3d1b092acdcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
pkgname=tvheadend-git
-pkgver=4.3.r2167.g583de23
+pkgver=4.3.r2300.g1212b94
pkgrel=1
pkgdesc='TV streaming server and DVR'
#arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(avahi ffmpeg libdvbcsa libfdk-aac libhdhomerun libogg libtheora libvorb
openssl opus pcre2 pngquant uriparser x264 x265)
makedepends=(git python)
optdepends=('xmltv: alternative source of programme listings')
-options=(!strip emptydirs)
+options=(!buildflags !strip emptydirs)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+https://github.com/tvheadend/tvheadend.git"