summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Hinssen2018-03-20 00:55:21 +0100
committerNicola Hinssen2018-03-20 00:55:21 +0100
commitf64acf4c52b8b58e8aac09510474e333eb688715 (patch)
treee33f2f8a66b370a646da91c4dff6e1d9836a5f5d /PKGBUILD
parent618360cef68cb4616956af9a2fb1aaf950c4efd0 (diff)
downloadaur-f64acf4c52b8b58e8aac09510474e333eb688715.tar.gz
3.3.1.6
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 < \