summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-01-05 18:49:53 +0100
committermax.bra2017-01-05 18:49:53 +0100
commit1e53d6dd0ff3b0a004614a9d8dc63fa23deeb556 (patch)
treee0a6e6d20783af520c26daa0890df666fdc5955a
parente7b21dd133314e40697be257f227b76761081191 (diff)
downloadaur-1e53d6dd0ff3b0a004614a9d8dc63fa23deeb556.tar.gz
v. 2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3671dc831de9..c113322da84d 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.2
- pkgrel = 2
+ pkgver = 2.3
+ pkgrel = 1
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -15,10 +15,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.2.tar.gz
- source = https://github.com/davesteele/gnome-gmail/commit/802e59543229359b3f383ccd6b31951280a4d992.diff
- md5sums = 3a5b983c75eff3f5ce638aba28b2694f
- md5sums = 79df46e65a83869f28a08aa8894699ef
+ source = https://github.com/davesteele/gnome-gmail/archive/master/2.3.tar.gz
+ md5sums = 61a21b10ae78edf422c02019ac9d2ace
pkgname = gnome-gmail
diff --git a/PKGBUILD b/PKGBUILD
index 72c8fc5caab4..046afddc5ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: max.bra <max dot bra at alice dot it>
pkgname=gnome-gmail
-pkgver=2.2
+pkgver=2.3
_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"
@@ -12,16 +12,12 @@ license=('GPL2')
depends=('python-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python-setuptools' 'python-xdg' 'python-six' 'libwnck3')
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
- https://github.com/davesteele/gnome-gmail/commit/802e59543229359b3f383ccd6b31951280a4d992.diff)
-md5sums=('3a5b983c75eff3f5ce638aba28b2694f'
- '79df46e65a83869f28a08aa8894699ef')
+source=(https://github.com/davesteele/gnome-gmail/archive/master/$pkgver.tar.gz)
+md5sums=('61a21b10ae78edf422c02019ac9d2ace')
install=$pkgname.install
prepare() {
cd "$srcdir"/$pkgname-$_pkgbranch-$pkgver
- # patch for bug 29 until official release
- patch -p1 < ../802e59543229359b3f383ccd6b31951280a4d992.diff
}
build() {