summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2015-09-27 22:43:59 +0200
committermax.bra2015-09-27 22:43:59 +0200
commitfccbdc094dacb6608e3ae75efbe58a94623014b8 (patch)
tree7cf8777498463bbd0b188547335666e8a1cbaaea
parent8ec1109e3651ce6821d27a64e29cb0fbe4328060 (diff)
downloadaur-fccbdc094dacb6608e3ae75efbe58a94623014b8.tar.gz
ver. 1.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ac06e13eef..48d9379f9bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2
- pkgrel = 3
+ pkgver = 1.9.3
+ pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -14,8 +14,8 @@ pkgbase = gnome-gmail
depends = python2-xdg
depends = libwnck3
optdepends = nautilus-sendto: automatically upload an email with a file attachment from nautilus
- source = https://github.com/davesteele/gnome-gmail/archive/master/1.9.2.tar.gz
- md5sums = c06a4830fafcc576fe249a1abb5415eb
+ source = https://github.com/davesteele/gnome-gmail/archive/master/1.9.3.tar.gz
+ md5sums = b552ba69dd14b84621c5af01a1bcc117
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index db2ce17b9e9b..b900db381ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=1.9.2
+pkgver=1.9.3
_pkgbranch=master
-pkgrel=3
+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."
arch=('any')
url="https://davesteele.github.io/gnome-gmail/index.html"
@@ -12,8 +12,8 @@ license=('GPL2')
depends=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'libwnck3')
optdepends=('nautilus-sendto: automatically upload an email with a file attachment from nautilus')
makedepends=('python2-distutils-extra')
-source=('https://github.com/davesteele/gnome-gmail/archive/master/1.9.2.tar.gz')
-md5sums=('c06a4830fafcc576fe249a1abb5415eb')
+source=(https://github.com/davesteele/gnome-gmail/archive/master/$pkgver.tar.gz)
+md5sums=('b552ba69dd14b84621c5af01a1bcc117')
install=$pkgname.install
build() {