summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-07-26 15:28:36 +0200
committermax.bra2016-07-26 15:28:36 +0200
commitf67f12ffbb3b51d14f5b37768b3077b96b4eae6d (patch)
tree7d69c433b1f5e5d9c754b75f9406c903870343c7
parent3b1ec0f895fa765b176c3438192af7449323b2ce (diff)
downloadaur-f67f12ffbb3b51d14f5b37768b3077b96b4eae6d.tar.gz
ver. 2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80036dadece6..0a8d0dd43a14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun May 29 07:13:18 UTC 2016
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.1
+ pkgver = 2.2
pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
@@ -17,8 +15,8 @@ pkgbase = gnome-gmail
depends = python-six
depends = libwnck3
optdepends = nautilus-sendto: automatically upload an email with a file attachment from nautilus
- source = https://github.com/davesteele/gnome-gmail/archive/master/2.1.tar.gz
- md5sums = 1ad032eecf166df49d4fa9dc2613f391
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.2.tar.gz
+ md5sums = 3a5b983c75eff3f5ce638aba28b2694f
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 613b885d7305..dfa88ee4a03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=2.1
+pkgver=2.2
_pkgbranch=master
pkgrel=1
pkgdesc="It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client."
@@ -13,7 +13,7 @@ depends=('python-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python-se
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)
-md5sums=('1ad032eecf166df49d4fa9dc2613f391')
+md5sums=('3a5b983c75eff3f5ce638aba28b2694f')
install=$pkgname.install
build() {