summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-02-07 21:07:13 +0100
committerXZS2016-02-07 21:07:13 +0100
commiteb4e2872112226930a7ab3d7ba0e55c682da0ced (patch)
tree9c002a23d7ac460dfa663bcfbfebb349a378c18a
parent7885bb6849b3cfbe45929fa7b458f70a5c3595ee (diff)
downloadaur-eb4e2872112226930a7ab3d7ba0e55c682da0ced.tar.gz
propagate upstream update
Among minor translation updates, this update adds compatibility with the SOGo extension and allows to selectively disable RSS notifications.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b0a1463c43..93b86db3eec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 15:30:40 UTC 2016
+# Sun Feb 7 20:06:59 UTC 2016
pkgbase = mozilla-extension-gnotifier-git
pkgdesc = Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/mkiol/GNotifier
arch = any
@@ -10,7 +10,7 @@ pkgbase = mozilla-extension-gnotifier-git
makedepends = git
makedepends = rasqal
depends = libnotify
- provides = mozilla-extension-gnotifier=1.9.1
+ provides = mozilla-extension-gnotifier=1.9.2
conflicts = mozilla-extension-gnotifier
source = mozilla-extension-gnotifier::git+https://github.com/mkiol/GNotifier
md5sums = SKIP
@@ -18,13 +18,13 @@ pkgbase = mozilla-extension-gnotifier-git
pkgname = mozilla-extension-gnotifier-git
pkgname = firefox-extension-gnotifier-git
- depends = mozilla-extension-gnotifier-git=1.9.1
+ depends = mozilla-extension-gnotifier-git=1.9.2
depends = firefox
provides = firefox-extension-gnotifier
conflicts = firefox-extension-gnotifier
pkgname = thunderbird-extension-gnotifier-git
- depends = mozilla-extension-gnotifier-git=1.9.1
+ depends = mozilla-extension-gnotifier-git=1.9.2
depends = thunderbird
provides = thunderbird-extension-gnotifier
conflicts = thunderbird-extension-gnotifier
diff --git a/PKGBUILD b/PKGBUILD
index 25974d47347d..ddc9ebd680ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# You may find it convenient to file issues and pull requests there.
pkgname=mozilla-extension-gnotifier-git
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'