summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-12-02 19:01:55 +0100
committermax.bra2017-12-02 19:01:55 +0100
commite60a3c5cdca8abb7fa2e0d2c5c25d34e67bcbfe9 (patch)
tree472c3cc84f9615af42ba2f5f36a8638954c00c53
parentd9d84fc3c78ce10b31da35c2f1a202f2939bd22b (diff)
downloadaur-e60a3c5cdca8abb7fa2e0d2c5c25d34e67bcbfe9.tar.gz
v. 2.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c8f247b209..d25d5835b9c5 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 = 2.5
- pkgrel = 2
+ pkgver = 2.5.1
+ pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -16,8 +16,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.5.tar.gz
- md5sums = 7b10cf18c12152315910c3ced58fe2c7
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.5.1.tar.gz
+ md5sums = 96eaf47893aac6a553e907c2f7f114a1
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 7ec7e01d675c..d8ec6f46ec4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=2.5
+pkgver=2.5.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=('7b10cf18c12152315910c3ced58fe2c7')
+md5sums=('96eaf47893aac6a553e907c2f7f114a1')
install=$pkgname.install
prepare() {