summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2021-05-27 00:28:53 -0700
committerXavierCLL2021-05-27 00:28:53 -0700
commitaa94d039bd5ef1c7159252ff57e73f6674bb126e (patch)
treebf416489715b16eedd8a9a2f58e6860b42c13bae
parent6529d6dbdfe7c2100c55526b4aec1775c174ac4c (diff)
downloadaur-aa94d039bd5ef1c7159252ff57e73f6674bb126e.tar.gz
v3.4.0.40966
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--insync-dolphin.install23
3 files changed, 8 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e2e00371a0..f56f4e3aa7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = insync-dolphin
pkgdesc = This package contains the service menu for integrating Insync with Dolphin
- pkgver = 3.3.10.40961
- pkgrel = 2
+ pkgver = 3.4.0.40966
+ pkgrel = 1
url = https://www.insynchq.com
arch = x86_64
license = custom
depends = insync
depends = dolphin
- noextract = insync-dolphin-3.3.10.40961.deb
+ noextract = insync-dolphin-3.4.0.40966.deb
options = !strip
options = !emptydirs
- source = insync-dolphin-3.3.10.40961.deb::http://s.insynchq.com/builds/insync-dolphin_3.3.10.40961_all.deb
- sha256sums = 56b5caa3f38f47c1006210da0408cf7dfb292b6e19ba2289e1c97f262ff05724
+ source = insync-dolphin-3.4.0.40966.deb::http://s.insynchq.com/builds/insync-dolphin_3.4.0.40966_all.deb
+ sha256sums = c231b24d22c021f14388970d4a714f9fffbe9d4fa5e01668e8c0561920edf81d
pkgname = insync-dolphin
diff --git a/PKGBUILD b/PKGBUILD
index 57387146c89e..e973fabfa6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: MoDoJ
pkgname=insync-dolphin
-pkgver=3.3.10.40961
-pkgrel=2
+pkgver=3.4.0.40966
+pkgrel=1
pkgdesc="This package contains the service menu for integrating Insync with Dolphin"
url="https://www.insynchq.com"
license=('custom')
@@ -11,7 +11,7 @@ arch=('x86_64')
options=('!strip' '!emptydirs')
depends=("insync" "dolphin")
source=("${pkgname}-${pkgver}.deb::http://s.insynchq.com/builds/${pkgname}_${pkgver}_all.deb")
-sha256sums=('56b5caa3f38f47c1006210da0408cf7dfb292b6e19ba2289e1c97f262ff05724')
+sha256sums=('c231b24d22c021f14388970d4a714f9fffbe9d4fa5e01668e8c0561920edf81d')
noextract=("${pkgname}-${pkgver}.deb")
package() {
diff --git a/insync-dolphin.install b/insync-dolphin.install
deleted file mode 100644
index 25cd6638acb7..000000000000
--- a/insync-dolphin.install
+++ /dev/null
@@ -1,23 +0,0 @@
-show_message() {
- if [ -f /usr/share/kde4/services/ServiceMenus/insync-kde-menu.desktop ]; then
- echo ">>> If you use KDE, two optional plasmoids can be downloaded from here:"
- echo ">>> http://s.insynchq.com/builds/insync.plasmoid"
- echo ">>> http://s.insynchq.com/builds/gdrive_webview.plasmoid"
- echo ">>> Help installing Plasmoids:"
- echo ">>> http://userbase.kde.org/Plasma/Installing_Plasmoids"
- fi
- echo ">>> If you want to run insync daemon automatically on boot, please type:"
- echo ">>> systemctl enable insync@<your_user_name>"
-}
-
-post_install() {
- show_message
-}
-
-post_upgrade() {
- show_message
-}
-
-post_remove() {
- return 1
-}