summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd5be29ec4e8..d67c577862a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Source : new application - https://forums.insynchq.com
pkgname=insync
-pkgver=3.7.6.50356
-pkgrel=2
+pkgver=3.7.7.50360
+pkgrel=1
_dist=buster
pkgdesc="An unofficial Google Drive and OneDrive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
@@ -29,7 +29,7 @@ arch=('x86_64')
source=("http://s.insynchq.com/builds/${pkgname}_${pkgver}-${_dist}_amd64.deb"
'insync@.service'
'insync.service')
-sha256sums=('baf1b3c424171d092053c2dd667fa0f167db5a37cd0a94b5eac1bc78d412a1a0'
+sha256sums=('ae9f9a45625c4b3217bab25d378008d4e84fb07aefdf2a809803dcc6aa0e7ab0'
'cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598'
'1432141539a6b3c5333631a2ee6696fab9bd2fe8770643bc670d95e4e96203e0')
package() {
@@ -44,4 +44,6 @@ package() {
mv ${pkgdir}/usr/lib/insync/libgdk_pixbuf-2.0.so.0{,.bak}
echo "-> Patching https://forums.insynchq.com/t/crash-changing-sync-directory-with-fix/17364/10"
mv ${pkgdir}/usr/lib/insync/libpangoft2-1.0.so.0{,.bak}
+ echo "-> Patching https://forums.insynchq.com/t/gui-is-broken-on-arch-for-3-7-7-with-workaround/18434"
+ mv ${pkgdir}/usr/lib/insync/libstdc++.so.6{,.bak}
}