summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac251f9e3669..fd74390a4d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Prasad Kumar
pkgname=stremio-beta
pkgver=4.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Watch videos, movies, TV series and TV channels instantly. (Beta Version)"
arch=('x86_64')
url="https://stremio.com"
@@ -23,6 +23,7 @@ package() {
install -d $pkgdir/{opt/$pkgname,usr/bin}
cp -r "lib" "${pkgdir}/opt/${pkgname}/"
+ mv "${pkgdir}/opt/${pkgname}/lib/libfreetype.so.6" "${pkgdir}/opt/${pkgname}/lib/libfreetype.so.6.bak"
cp -r "libexec" "${pkgdir}/opt/${pkgname}/"
cp -r "plugins" "${pkgdir}/opt/${pkgname}/"
cp -r "qml" "${pkgdir}/opt/${pkgname}/"