summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Levesque2022-06-19 09:24:42 -0400
committerNate Levesque2022-06-19 09:24:42 -0400
commit5d7f4d8d0c1fe41bffb4f3a6a979003267c78693 (patch)
tree7cacfdbd9cb73514565d072062526d4e2ebe568c
parent29ad39fd5acd8f59c51aa55c108f793d2dc31d89 (diff)
downloadaur-5d7f4d8d0c1fe41bffb4f3a6a979003267c78693.tar.gz
rm stale workaround
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb0e47ad011..736c14cdd4cc 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.9.50368
- pkgrel = 1
+ pkgrel = 2
url = https://www.insynchq.com/downloads
arch = x86_64
license = custom:insync
diff --git a/PKGBUILD b/PKGBUILD
index 621f95aa7630..9aa87d27b121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=insync
pkgver=3.7.9.50368
-pkgrel=1
+pkgrel=2
_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"
@@ -40,7 +40,6 @@ package() {
install -Dm644 insync.service ${pkgdir}/usr/lib/systemd/user/insync.service
install -dm755 ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
- rm ${pkgdir}/usr/lib/insync/lib{drm,GLX,GLdispatch}.so*
echo "-> Patching https://forums.insynchq.com/t/crash-when-changing-sync-folders-linux-with-solution/17254/4"
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"