summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e3e6cd3c84f..aa47039a82d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spacefm-dropbox-plugin
pkgdesc = Several dropbox options like "puburl to clipboard" or start and stop the daemon.
pkgver = 0.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/IgnorantGuru/spacefm/wiki/plugins
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 49d301f0d365..2e3b81fe58ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vwugd97 <denis dot meiswinkel at gmail dot com>
pkgname=spacefm-dropbox-plugin
pkgver=0.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Several dropbox options like \"puburl to clipboard\" or start and stop the daemon."
arch=(any)
url="https://github.com/IgnorantGuru/spacefm/wiki/plugins"
@@ -15,6 +15,8 @@ package() {
mkdir -p "${pkgdir}/usr/share/spacefm/plugins/Dropbox"
cd "${pkgdir}/usr/share/spacefm/plugins/Dropbox"
tar -xf "${srcdir}/Drobox.spacefm-plugin-0.0.9.tar.gz"
+ chmod -R 755 cstm_*
+ chmod 644 cstm_31cfaa37/icon
}
# vim:set ts=2 sw=2 et: