summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Hinssen2018-06-06 11:17:49 +0200
committerNicola Hinssen2018-06-06 11:17:49 +0200
commitf1af66e05e7a245b89a996871b12ee3396c99450 (patch)
treee7a53131265ee3ab0243ee620cfe129ca7834ccc
parentfceef3fa17eed8779c1ac8be78650e9af95ecc27 (diff)
downloadaur-f1af66e05e7a245b89a996871b12ee3396c99450.tar.gz
3.4.1.11
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9fe9f6f8cb8..9d54bdc1d2cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emby-server-dev-unlocked
pkgdesc = Latest development version of Emby Server compiled with a patch to unlock Emby Premiere features
- pkgver = 3.4.1.8
+ pkgver = 3.4.1.11
pkgrel = 1
url = https://github.com/nicolahinssen/emby-dev-unlocked
install = emby-server.install
@@ -8,6 +8,7 @@ pkgbase = emby-server-dev-unlocked
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = msbuild-stable
depends = ffmpeg
depends = imagemagick
depends = mono
diff --git a/PKGBUILD b/PKGBUILD
index 3f2a2e74bf9e..3269d2a5d0e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Andrew Rabert <draje@nullsum.net>
pkgname=emby-server-dev-unlocked
-pkgver=3.4.1.8
+pkgver=3.4.1.11
pkgrel=1
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'
license=('GPL2')
-makedepends=('git')
+makedepends=('git' 'msbuild-stable')
depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
install='emby-server.install'
provides=('emby-server')
@@ -45,7 +45,7 @@ build() {
patch -N -p1 -r - Emby.Server.Implementations/Security/PluginSecurityManager.cs < \
../emby-dev-unlocked/patches/PluginSecurityManager.cs.patch
- xbuild \
+ msbuild \
/p:Configuration='Release Mono' \
/p:Platform='Any CPU' \
/p:OutputPath="${srcdir}/build" \