summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Levesque2022-05-30 12:43:56 -0400
committerNate Levesque2022-05-30 12:43:56 -0400
commit520e424130353861d446c4ee2bdf5a6cae4967f2 (patch)
tree682a0854bf4129ef3ef7e32a02dc22ee0c3a1220
parent3602fafc07b259a5d717950cb5e88f4553975df0 (diff)
downloadaur-520e424130353861d446c4ee2bdf5a6cae4967f2.tar.gz
3.7.7 + patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82cc7431b0d..02a8f81452fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insync
pkgdesc = An unofficial Google Drive and OneDrive client that runs on Linux, with support for various desktops
- pkgver = 3.7.6.50356
- pkgrel = 2
+ pkgver = 3.7.7.50360
+ pkgrel = 1
url = https://www.insynchq.com/downloads
arch = x86_64
license = custom:insync
@@ -15,10 +15,10 @@ pkgbase = insync
depends = xdg-utils
optdepends = lib32-libappindicator-gtk2: Required for tray icon in some configurations
options = !strip
- source = http://s.insynchq.com/builds/insync_3.7.6.50356-buster_amd64.deb
+ source = http://s.insynchq.com/builds/insync_3.7.7.50360-buster_amd64.deb
source = insync@.service
source = insync.service
- sha256sums = baf1b3c424171d092053c2dd667fa0f167db5a37cd0a94b5eac1bc78d412a1a0
+ sha256sums = ae9f9a45625c4b3217bab25d378008d4e84fb07aefdf2a809803dcc6aa0e7ab0
sha256sums = cf276c1dbf1592ea63a21c2d61c75f7ad6ec3b13e87b3aaa331e9c14799f4598
sha256sums = 1432141539a6b3c5333631a2ee6696fab9bd2fe8770643bc670d95e4e96203e0
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}
}