summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2015-06-21 20:31:21 +0200
committermax.bra2015-06-21 20:31:21 +0200
commit8ec1109e3651ce6821d27a64e29cb0fbe4328060 (patch)
tree1ea100703b593e62df94d609a13fbbfa87787f81
parentd15e677effda158af217042da14317c37bb73cef (diff)
downloadaur-8ec1109e3651ce6821d27a64e29cb0fbe4328060.tar.gz
update deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd7ee2b4661..b8ac06e13eef 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 = 1.9.2
- pkgrel = 2
+ pkgrel = 3
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = gnome-gmail
depends = desktop-file-utils
depends = python2-setuptools
depends = python2-xdg
- depends = webkitgtk
+ depends = libwnck3
optdepends = nautilus-sendto: automatically upload an email with a file attachment from nautilus
source = https://github.com/davesteele/gnome-gmail/archive/master/1.9.2.tar.gz
md5sums = c06a4830fafcc576fe249a1abb5415eb
diff --git a/PKGBUILD b/PKGBUILD
index f2f15988dbde..db2ce17b9e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gnome-gmail
pkgver=1.9.2
_pkgbranch=master
-pkgrel=2
+pkgrel=3
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=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'webkitgtk')
+depends=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'libwnck3')
optdepends=('nautilus-sendto: automatically upload an email with a file attachment from nautilus')
makedepends=('python2-distutils-extra')
source=('https://github.com/davesteele/gnome-gmail/archive/master/1.9.2.tar.gz')