summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2015-06-09 10:06:33 +0200
committermax.bra2015-06-09 10:06:33 +0200
commitb300f21f4013e2b39742d8d683a751432cf6d62e (patch)
tree633c43f42ec439c43fb96f97547563e6923540d6
parentba5b0272cec4aea05d0a5ced0766062c7e07262d (diff)
downloadaur-b300f21f4013e2b39742d8d683a751432cf6d62e.tar.gz
New internal release after upstream rebase
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0ed5438530c..3c874396a98c 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.1
+ pkgver = 1.9.1.2
pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
@@ -14,8 +14,8 @@ pkgbase = gnome-gmail
depends = python2-xdg
depends = gtk3>=3.10
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.1.tar.gz
- md5sums = 2954d7f5a13f396c459054b6246193df
+ source = https://github.com/max72bra/gnome-gmail/archive/master/1.9.1.2.tar.gz
+ md5sums = 82df3796b155566be05dca634b815e9b
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 7c299bb04537..82eabfebd770 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.1
+pkgver=1.9.1.2
_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."
@@ -12,8 +12,8 @@ license=('GPL2')
depends=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'gtk3>=3.10')
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.1.tar.gz')
-md5sums=('2954d7f5a13f396c459054b6246193df')
+source=('https://github.com/max72bra/gnome-gmail/archive/master/1.9.1.2.tar.gz')
+md5sums=('82df3796b155566be05dca634b815e9b')
install=$pkgname.install
build() {