summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-11-17 00:05:17 +0100
committerXZS2016-11-17 00:05:17 +0100
commit405fb0fefa99f4e58594f65ddecc49398cbb1047 (patch)
tree97c2d878949b86b7db96fd6af666202fcb67184c
parentabe32c048cfa980638f4879dbee71ee31c39871e (diff)
downloadaur-405fb0fefa99f4e58594f65ddecc49398cbb1047.tar.gz
propagate upstream update
Notifications can now be filtered and aggregated. Clicking the notification body works now, too.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30bcb27fc36b..b98048d79ece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozilla-extension-gnotifier
pkgdesc = Add-on for Firefox and Thunderbird. Replaces built-in notifications with the OS native notifications. It
- pkgver = 1.9.7
- pkgrel = 3
+ pkgver = 1.9.8
+ pkgrel = 1
url = https://addons.mozilla.org/mozilla/addon/gnotifier/
arch = any
license = GPL3
@@ -11,19 +11,19 @@ pkgbase = mozilla-extension-gnotifier
noextract = mozilla-extension-gnotifier.zip
source = mozilla-extension-gnotifier.zip::https://addons.mozilla.org/firefox/downloads/latest/gnotifier/platform:2/
source = .version::https://services.addons.mozilla.org/firefox/api/1.5/addon/gnotifier
- md5sums = 5cb3275123e67b9ca99502d875dc1d01
+ md5sums = 26d2c330045fa99b8983360197c03445
md5sums = SKIP
pkgname = mozilla-extension-gnotifier
pkgname = firefox-extension-gnotifier
- depends = mozilla-extension-gnotifier=1.9.7
+ depends = mozilla-extension-gnotifier=1.9.8
depends = firefox
provides =
conflicts =
pkgname = thunderbird-extension-gnotifier
- depends = mozilla-extension-gnotifier=1.9.7
+ depends = mozilla-extension-gnotifier=1.9.8
depends = thunderbird
provides =
conflicts =
diff --git a/PKGBUILD b/PKGBUILD
index 6d8239539f51..70fab2813ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# You may find it convenient to file issues and pull requests there.
pkgname=mozilla-extension-gnotifier
-pkgver=1.9.7
-pkgrel=3
+pkgver=1.9.8
+pkgrel=1
pkgdesc='Add-on for Firefox and Thunderbird. Replaces built-in notifications with the OS native notifications. It'
arch=('any')
license=('GPL3')
depends=('libnotify')
optdepends=(firefox thunderbird)
-md5sums=('5cb3275123e67b9ca99502d875dc1d01')
+md5sums=('26d2c330045fa99b8983360197c03445')
[ "$arch" ] || arch=('any')