summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89e7804f55ec..a2c77b5d83c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=emby-server-dev-unlocked
pkgver=3.3.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='Latest development version of Emby Server compiled with a patch to unlock Emby Premiere features'
arch=('i686' 'x86_64')
url='https://github.com/nicolahinssen/emby-dev-unlocked'
@@ -38,6 +38,8 @@ prepare() {
}
build() {
+ export TERM=xterm
+
cd Emby
patch -N -p1 -r - Emby.Server.Implementations/Security/PluginSecurityManager.cs < \