summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Meiswinkel2016-04-01 21:15:59 +0200
committerDenis Meiswinkel2016-04-01 21:15:59 +0200
commitf509d45a9ceb91c6f7e6e675316e72693bcf95a6 (patch)
tree2f246ddae23310cb4310b198829b1d1bf74fd86c /PKGBUILD
parent26d51358c8009422a4ba8afc531ee1a07f4f96fb (diff)
downloadaur-f509d45a9ceb91c6f7e6e675316e72693bcf95a6.tar.gz
Changed md5 to sha256 and updated maintainer information.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e3b81fe58ee..fecc5277009f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: vwugd97 <denis dot meiswinkel at gmail dot com>
+# Maintainer: Denis Meiswinkel <denis.meiswinkel@gmail.com>
+
pkgname=spacefm-dropbox-plugin
pkgver=0.0.9
-pkgrel=2
+pkgrel=3
pkgdesc="Several dropbox options like \"puburl to clipboard\" or start and stop the daemon."
arch=(any)
url="https://github.com/IgnorantGuru/spacefm/wiki/plugins"
-license=('GPL')
-depends=('dropbox' 'spacefm')
-optdepends=('dropbox-cli')
+license=("GPL")
+depends=("dropbox" "spacefm")
+optdepends=("dropbox-cli")
source=(https://github.com/downloads/hasufell/spacefm-plugins/Drobox.spacefm-plugin-0.0.9.tar.gz)
+sha256sums=("14a11e357cb2eff8c041986aba1d220a3537a6102c0b2eb46fad14a3ecb389b2")
package() {
cd "$srcdir"
@@ -20,4 +22,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('f48d32af51a9310cb2306453c4ffbd8d')