summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Meiswinkel2015-11-02 20:59:48 +0100
committerDenis Meiswinkel2015-11-02 20:59:48 +0100
commit26d51358c8009422a4ba8afc531ee1a07f4f96fb (patch)
tree80b7ef5b7bde0dcf37ca18a7d1c86fd5877b79c6
parent593da96f3ada235c0542d94d00f872aae5ac06df (diff)
downloadaur-26d51358c8009422a4ba8afc531ee1a07f4f96fb.tar.gz
Fixed permissions
-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: