summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2015-06-19 22:57:07 +0200
committermax.bra2015-06-19 22:57:07 +0200
commitd15e677effda158af217042da14317c37bb73cef (patch)
tree24742e3869f976dabcf08453fad69f64dc2f6129
parent0dcda756b3f051d3d76b37c7a1e6e4ae4d3f3c0f (diff)
downloadaur-d15e677effda158af217042da14317c37bb73cef.tar.gz
ver. 1.9.2 released
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c387e4211dbf..5cd7ee2b4661 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 = 1.9.1.2
+ pkgver = 1.9.2
pkgrel = 2
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
@@ -14,8 +14,8 @@ pkgbase = gnome-gmail
depends = python2-xdg
depends = webkitgtk
optdepends = nautilus-sendto: automatically upload an email with a file attachment from nautilus
- source = https://github.com/max72bra/gnome-gmail/archive/master/1.9.1.2.tar.gz
- md5sums = 82df3796b155566be05dca634b815e9b
+ source = https://github.com/davesteele/gnome-gmail/archive/master/1.9.2.tar.gz
+ md5sums = c06a4830fafcc576fe249a1abb5415eb
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 96b202a207cc..f2f15988dbde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=1.9.1.2
+pkgver=1.9.2
_pkgbranch=master
pkgrel=2
pkgdesc="It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client."
@@ -12,8 +12,8 @@ license=('GPL2')
depends=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'webkitgtk')
optdepends=('nautilus-sendto: automatically upload an email with a file attachment from nautilus')
makedepends=('python2-distutils-extra')
-source=('https://github.com/max72bra/gnome-gmail/archive/master/1.9.1.2.tar.gz')
-md5sums=('82df3796b155566be05dca634b815e9b')
+source=('https://github.com/davesteele/gnome-gmail/archive/master/1.9.2.tar.gz')
+md5sums=('c06a4830fafcc576fe249a1abb5415eb')
install=$pkgname.install
build() {