summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807167127f41..7756828e72b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server and DVR
- pkgver = 4.3.r2154.gec56067
+ pkgver = 4.3.r2167.g583de23
pkgrel = 1
url = https://tvheadend.org/
arch = aarch64
@@ -31,7 +31,6 @@ pkgbase = tvheadend-git
optdepends = xmltv: alternative source of programme listings
provides = tvheadend
conflicts = tvheadend
- options = !lto
options = !strip
options = emptydirs
source = tvheadend-git::git+https://github.com/tvheadend/tvheadend.git
diff --git a/PKGBUILD b/PKGBUILD
index 74ae3434fe24..90d9d6f05d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
pkgname=tvheadend-git
-pkgver=4.3.r2165.gdd884b8
+pkgver=4.3.r2167.g583de23
pkgrel=1
pkgdesc='TV streaming server and DVR'
#arch=(x86_64)
@@ -15,8 +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')
-# NOTE: !lto : to avoid build errors in case lto is enabled (in makepkg.conf). See https://tvheadend.org/issues/6026
-options=(!lto !strip emptydirs)
+options=(!strip emptydirs)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+https://github.com/tvheadend/tvheadend.git"