summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-28 11:24:07 +0200
committerMaxime Gauduin2017-05-28 11:24:07 +0200
commitd42e6cd20ecb9e225dfe61d3faecfb308af335cf (patch)
tree11a85a4b4dc7c9aa6356ca900fe1542fef538912
parent7ff41cce7333b742696d3a6cbab9ebcd59f3d179 (diff)
downloadaur-d42e6cd20ecb9e225dfe61d3faecfb308af335cf.tar.gz
emby-server-beta-git 3.2.17.17-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4038c6079c64..550fe080719f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 18:35:24 UTC 2016
+# Sun May 28 09:24:07 UTC 2017
pkgbase = emby-server-beta-git
pkgdesc = Bring together your videos, music, photos, and live television
- pkgver = 3.1.201
+ pkgver = 3.2.17.17
pkgrel = 1
url = http://emby.media
install = emby-server.install
@@ -14,7 +14,8 @@ pkgbase = emby-server-beta-git
makedepends = mono-pcl
depends = ffmpeg
depends = imagemagick
- depends = mono
+ depends = mono<5.0.0.0
+ depends = referenceassemblies-pcl
depends = sqlite
provides = emby-server
conflicts = emby-server
diff --git a/PKGBUILD b/PKGBUILD
index ba0e7aad8b8c..f4dd40bb0c8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com>
pkgname=emby-server-beta-git
-pkgver=3.1.201
+pkgver=3.2.17.17
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' 'mono-pcl')
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
}