summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-10-18 14:13:57 +0200
committermax.bra2017-10-18 14:13:57 +0200
commitc2297d0a14cccc1a05b627508681c3e960ed1e93 (patch)
tree0946ed47ad94e4eba0734bd42ce1fab2104e80fd
parent1b51bd2ed2ab677e61c38e94d8dfa49eb1b9fa3d (diff)
downloadaur-c2297d0a14cccc1a05b627508681c3e960ed1e93.tar.gz
xdg-utils missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--2.5.tar.gzbin0 -> 78953 bytes
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af3d7b22d4c9..47c8f247b209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-gmail
pkgdesc = It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client.
pkgver = 2.5
- pkgrel = 1
+ pkgrel = 2
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -12,6 +12,7 @@ pkgbase = gnome-gmail
depends = desktop-file-utils
depends = python-setuptools
depends = python-xdg
+ depends = xdg-utils
depends = python-six
depends = libwnck3
optdepends = nautilus-sendto: automatically upload an email with a file attachment from nautilus
diff --git a/2.5.tar.gz b/2.5.tar.gz
new file mode 100644
index 000000000000..4073aefdddcf
--- /dev/null
+++ b/2.5.tar.gz
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 2902871b9dbe..7ec7e01d675c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gnome-gmail
pkgver=2.5
_pkgbranch=master
-pkgrel=1
+pkgrel=2
pkgdesc="It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client."
arch=('any')
url="https://davesteele.github.io/gnome-gmail/index.html"
license=('GPL2')
-depends=('python-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python-setuptools' 'python-xdg' 'python-six' 'libwnck3')
+depends=('python-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python-setuptools' 'python-xdg' 'xdg-utils' 'python-six' 'libwnck3')
optdepends=('nautilus-sendto: automatically upload an email with a file attachment from nautilus')
makedepends=('python-distutils-extra')
source=(https://github.com/davesteele/gnome-gmail/archive/master/$pkgver.tar.gz)