summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-06-23 12:03:51 +0200
committermax.bra2017-06-23 12:03:51 +0200
commitd3a3aad6166969e331545ce877637b6f6cf37821 (patch)
tree00c6a1a3b3391d0bae3bcb4910145505e63bdf67
parent664f92eea7db145d3d66538e4d55fb60ae691b03 (diff)
downloadaur-d3a3aad6166969e331545ce877637b6f6cf37821.tar.gz
v. 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7b5edf506ba..ffb576a2a3b7 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
+ pkgver = 2.4.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.4.tar.gz
- md5sums = f4141929243b3ee8afc0df619bfbd981
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.4.1.tar.gz
+ md5sums = 883fc186a3becb3c2309a19116f8ea06
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index a8e70f13b4ec..96aca8b66bd5 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
+pkgver=2.4.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=('f4141929243b3ee8afc0df619bfbd981')
+md5sums=('883fc186a3becb3c2309a19116f8ea06')
install=$pkgname.install
prepare() {