summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-05-20 23:00:51 +0200
committermax.bra2017-05-20 23:00:51 +0200
commit664f92eea7db145d3d66538e4d55fb60ae691b03 (patch)
tree61d74179d64eb57141200465b1219d13032cac93
parent9240449741d416d28c374cd9a088c7083c075726 (diff)
downloadaur-664f92eea7db145d3d66538e4d55fb60ae691b03.tar.gz
v. 2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 219cdbe919f4..b7b5edf506ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3.1
+ pkgver = 2.4
pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
@@ -15,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.3.1.tar.gz
- md5sums = 33dbcc0b2436e172c0f1e56f028d9566
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.4.tar.gz
+ md5sums = f4141929243b3ee8afc0df619bfbd981
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 62b077ca4679..a8e70f13b4ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=2.3.1
+pkgver=2.4
_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=('33dbcc0b2436e172c0f1e56f028d9566')
+md5sums=('f4141929243b3ee8afc0df619bfbd981')
install=$pkgname.install
prepare() {