summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-05-29 09:13:18 +0200
committermax.bra2016-05-29 09:13:18 +0200
commit3b1ec0f895fa765b176c3438192af7449323b2ce (patch)
tree3c8bbe8b83d51655ad4bf8b4203fe468ab1f4ba8
parentc008984887558f7867a1286b7f4afd88a8bda594 (diff)
downloadaur-3b1ec0f895fa765b176c3438192af7449323b2ce.tar.gz
ver. 2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c84cce06b227..80036dadece6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 13:13:05 UTC 2016
+# Sun May 29 07:13:18 UTC 2016
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.0.1
- pkgrel = 2
+ pkgver = 2.1
+ pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -17,8 +17,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.0.1.tar.gz
- md5sums = 4ed177e9ef301b7919b56397bafae3f5
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.1.tar.gz
+ md5sums = 1ad032eecf166df49d4fa9dc2613f391
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 984f8cc69a8b..613b885d7305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=2.0.1
+pkgver=2.1
_pkgbranch=master
-pkgrel=2
+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"
@@ -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=('4ed177e9ef301b7919b56397bafae3f5')
+md5sums=('1ad032eecf166df49d4fa9dc2613f391')
install=$pkgname.install
build() {