summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-01-08 11:02:55 +0100
committermax.bra2017-01-08 11:02:55 +0100
commit9240449741d416d28c374cd9a088c7083c075726 (patch)
tree3eca994c84b0c14a177039f7592853bdb9d1e757
parent1e53d6dd0ff3b0a004614a9d8dc63fa23deeb556 (diff)
downloadaur-9240449741d416d28c374cd9a088c7083c075726.tar.gz
v. 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c113322da84d..219cdbe919f4 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
+ pkgver = 2.3.1
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.tar.gz
- md5sums = 61a21b10ae78edf422c02019ac9d2ace
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.3.1.tar.gz
+ md5sums = 33dbcc0b2436e172c0f1e56f028d9566
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 046afddc5ac7..62b077ca4679 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
+pkgver=2.3.1
_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=('61a21b10ae78edf422c02019ac9d2ace')
+md5sums=('33dbcc0b2436e172c0f1e56f028d9566')
install=$pkgname.install
prepare() {