summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-10-13 09:19:12 +0200
committermax.bra2017-10-13 09:19:12 +0200
commit1b51bd2ed2ab677e61c38e94d8dfa49eb1b9fa3d (patch)
tree3d6304da19726af1220e9a00329e948d58f22f05
parentd3a3aad6166969e331545ce877637b6f6cf37821 (diff)
downloadaur-1b51bd2ed2ab677e61c38e94d8dfa49eb1b9fa3d.tar.gz
v. 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb576a2a3b7..af3d7b22d4c9 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.4.1
+ pkgver = 2.5
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.4.1.tar.gz
- md5sums = 883fc186a3becb3c2309a19116f8ea06
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.5.tar.gz
+ md5sums = 7b10cf18c12152315910c3ced58fe2c7
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 96aca8b66bd5..2902871b9dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=2.4.1
+pkgver=2.5
_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=('883fc186a3becb3c2309a19116f8ea06')
+md5sums=('7b10cf18c12152315910c3ced58fe2c7')
install=$pkgname.install
prepare() {