summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-28 11:18:54 +0200
committerMaxime Gauduin2017-05-28 11:18:54 +0200
commit695af88e6e58dde0cf80caa96b0a83b4b67b1cba (patch)
tree65069013c043b505002b52a3e33809231ae43dca /PKGBUILD
parent31391f012deb5b8cd0d20fdc0a008473ba53dcd4 (diff)
downloadaur-695af88e6e58dde0cf80caa96b0a83b4b67b1cba.tar.gz
emby-server-dev-git 3.2.0.104.r466.69a00a7e9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65157fda031b..87e203417578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com>
pkgname=emby-server-dev-git
-pkgver=3.0.5947.1884.r1.e042cf3
+pkgver=3.2.0.104.r466.69a00a7e9
pkgrel=1
pkgdesc='Bring together your videos, music, photos, and live television'
arch=('i686' 'x86_64' 'armv6h')
url='http://emby.media'
license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
+depends=('ffmpeg' 'imagemagick' 'mono<5.0.0.0' 'referenceassemblies-pcl' 'sqlite')
makedepends=('git')
provides=('emby-server')
conflicts=('emby-server')
@@ -44,7 +44,7 @@ build(){
/p:Configuration='Release Mono' \
/p:Platform='Any CPU' \
/p:OutputPath="${srcdir}/build" \
- /t:build MediaBrowser.Mono.sln
+ /t:build MediaBrowser.sln
mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
}