summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b365752a564..b7dec5804ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
pkgname=nautilus-dropbox
pkgver=2019.02.14
-pkgrel=3
+pkgrel=4
pkgdesc="Dropbox for Linux - Nautilus extension"
arch=('i686' 'x86_64')
url="https://www.dropbox.com/"
license=('custom:CC-BY-ND-3' 'GPL')
-depends=('libnotify' 'nautilus' 'dropbox' 'hicolor-icon-theme')
-makedepends=('python-docutils' 'python' 'pygtk' 'python-gobject' 'gdk-pixbuf2')
+depends=('nautilus' 'dropbox' 'libnotify' 'hicolor-icon-theme')
+makedepends=('python' 'python-docutils' 'python-gobject' 'gdk-pixbuf2')
options=('!libtool' '!emptydirs')
source=("https://linux.dropbox.com/packages/$pkgname-$pkgver.tar.bz2")
sha256sums=('ae0c4979f2cae9b86dfc7a645047efdacca4c8f70b603e284294795d083ecf27')
@@ -38,4 +38,4 @@ package() {
rm "$pkgdir/usr/bin/dropbox"
rm "$pkgdir/usr/share/applications/dropbox.desktop"
rm "$pkgdir/usr/share/man/man1/dropbox.1"
-} \ No newline at end of file
+}