summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-28 11:22:29 +0200
committerMaxime Gauduin2017-05-28 11:22:29 +0200
commit6ba5553811aafa0453350cb3132ec7339882c7ef (patch)
tree173fc0b100f33cb1c36ae86cfb2f45a419808026 /PKGBUILD
parenta81438edb2a660d3ea94fd4c268de3c66c0c660f (diff)
downloadaur-emby-server-git.tar.gz
emby-server-git 3.2.17.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d80fc5360f..ed1cacab1be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com>
pkgname=emby-server-git
-pkgver=3.0.5913
+pkgver=3.2.17.0
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
}