summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f138ea520071..ee7ce787304d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emby-server-beta
pkgdesc = Bring together your videos, music, photos, and live television
pkgver = 4.1.0.19
- pkgrel = 1
+ pkgrel = 2
url = https://emby.media
arch = any
license = custom
@@ -28,7 +28,7 @@ pkgbase = emby-server-beta
depends = libvorbis.so
depends = libwebp
depends = libx11
- depends = x264
+ depends = libx264.so
depends = opus
depends = skia-sharp
depends = sqlite
diff --git a/PKGBUILD b/PKGBUILD
index ad8429d72055..d7152c2db7de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=emby-server-beta
pkgver=4.1.0.19
-pkgrel=1
+pkgrel=2
_ffmpeg_ver=2018_12_01
_ffdetect_ver=4.0.2
pkgdesc='Bring together your videos, music, photos, and live television'
@@ -33,7 +33,7 @@ depends=('alsa-lib'
'libvorbis.so'
'libwebp'
'libx11'
- 'x264'
+ 'libx264.so'
'opus'
'skia-sharp'
'sqlite'