summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce8414c8458..ac8ec01df470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jitsi-meet-desktop-bin
pkgdesc = Jitsi Meet desktop application powered by Electron
pkgver = 2022.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jitsi/jitsi-meet-electron
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 9f6449618380..00507dde782f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=jitsi-meet-desktop
pkgname=${_pkgname}-bin
pkgver=2022.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Jitsi Meet desktop application powered by Electron"
arch=('x86_64')
url="https://github.com/jitsi/jitsi-meet-electron"
@@ -32,7 +32,6 @@ prepare() {
package() {
find ${srcdir}/squashfs-root/locales/ -type d -exec chmod 755 {} +
find ${srcdir}/squashfs-root/resources/ -type d -exec chmod 755 {} +
- find ${srcdir}/squashfs-root/swiftshader -type d -exec chmod 755 {} +
install -d ${pkgdir}/opt/${_pkgname}
cp -r ${srcdir}/squashfs-root/* ${pkgdir}/opt/${_pkgname}