summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-12-16 11:50:29 -0500
committerTed Alff2017-12-16 11:50:29 -0500
commit9d6c3bec6940ea1932a3ed6eca1cfa0c10239ab5 (patch)
tree7a75c20320fe6995251677e41c786acbf8eef53c
parent8d38a20d80c00af22bce1d37ad618f262e4b947c (diff)
downloadaur-9d6c3bec6940ea1932a3ed6eca1cfa0c10239ab5.tar.gz
Update dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f8e9948c3d2..c026b2a6800d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Nov 19 05:55:00 UTC 2017
+# Sat Dec 16 16:50:12 UTC 2017
pkgbase = thunar-dropbox-git
- pkgdesc = Plugin for thunar that adds context-menu items for dropbox.
+ pkgdesc = Thunar plugin that adds dropbox context-menu (patched for thunarx-3)
pkgver = 0.2.1.r2.g61ba51b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Maato/thunar-dropbox
arch = i686
arch = x86_64
license = GPL3
makedepends = python2
makedepends = git
- depends = thunar-git
+ depends = thunar>=1.7.0
+ depends = dropbox
source = thunar-dropbox::git+https://github.com/Maato/thunar-dropbox
source = thunarx-3-port.patch::https://github.com/twa022/thunar-dropbox/commit/2da13dc73c56cea4a1d3de19c4917467954f985d.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 765f8188df93..1d92cd85b475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=thunar-dropbox
pkgname=${_pkgname}-git
pkgver=0.2.1.r2.g61ba51b
-pkgrel=1
-pkgdesc="Plugin for thunar that adds context-menu items for dropbox."
+pkgrel=2
+pkgdesc="Thunar plugin that adds dropbox context-menu (patched for thunarx-3)"
arch=('i686' 'x86_64')
url="https://github.com/Maato/thunar-dropbox"
license=('GPL3')
-depends=('thunar-git')
+depends=('thunar>=1.7.0' 'dropbox')
makedepends=('python2' 'git')
source=("${_pkgname}::git+https://github.com/Maato/thunar-dropbox"
'thunarx-3-port.patch::https://github.com/twa022/thunar-dropbox/commit/2da13dc73c56cea4a1d3de19c4917467954f985d.patch')