summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-09-30 11:38:16 +0200
committerLuca Weiss2019-09-30 11:38:16 +0200
commit5ebc4d2bd94c9f41bd91c796875e1f8894fb5e81 (patch)
tree268cff06c171ed46c64e6a8d0106436136d4a1ae
parentad7e3a495978c84aa8b3d045c4ffb92e330cef26 (diff)
downloadaur-5ebc4d2bd94c9f41bd91c796875e1f8894fb5e81.tar.gz
upgpkg: jellyfin-git 10.3.7.r489.g7203f463f4-1
Remove unused imagemagick dependency, update jellyfin-web handling since the submodule was removed.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4815fe267550..406b8593d549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jellyfin-git
pkgdesc = The Free Software Media Browser
- pkgver = 10.3.7.r360.gee637e8fec
+ pkgver = 10.3.7.r489.g7203f463f4
pkgrel = 1
url = https://github.com/jellyfin/jellyfin
arch = i686
@@ -11,7 +11,6 @@ pkgbase = jellyfin-git
makedepends = dotnet-sdk
depends = dotnet-runtime
depends = ffmpeg
- depends = imagemagick
depends = sqlite
provides = jellyfin
conflicts = jellyfin
diff --git a/PKGBUILD b/PKGBUILD
index 8ec488e1cfb3..e0c121f4456f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Daniel Seymour <dannyseeless@gmail.com>
pkgname=jellyfin-git
-pkgver=10.3.7.r360.gee637e8fec
+pkgver=10.3.7.r489.g7203f463f4
pkgrel=1
pkgdesc='The Free Software Media Browser'
arch=('i686' 'x86_64' 'armv6h')
url='https://github.com/jellyfin/jellyfin'
license=('GPL2')
-depends=('dotnet-runtime' 'ffmpeg' 'imagemagick' 'sqlite')
+depends=('dotnet-runtime' 'ffmpeg' 'sqlite')
makedepends=('git' 'dotnet-sdk')
provides=('jellyfin')
conflicts=('jellyfin')
@@ -35,9 +35,7 @@ pkgver() {
prepare() {
cd jellyfin
- git submodule init
- git config submodule.MediaBrowser.WebDashboard/jellyfin-web.url "$srcdir"/jellyfin-web
- git submodule update --remote
+ ln -sf "$srcdir"/jellyfin-web/src ./MediaBrowser.WebDashboard/jellyfin-web
}
build(){