summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-09-24 11:53:10 +0200
committerXZS2015-09-24 11:53:10 +0200
commit7e6f64f9a142705e1542c7e61fd5255f06480503 (patch)
tree14941362eafbb5f2a07acc854596d4a0377251e1
parentffc4ff322d623138e4664b8615bc6e45ca82a209 (diff)
downloadaur-7e6f64f9a142705e1542c7e61fd5255f06480503.tar.gz
propagate Firefox compatibility
Though the version did not change, this revision adds compatibility with the latest Firefox version recently released.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afe762501b76..dda90e34e5c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.1.r130
pkgrel = 1
url = https://github.com/mkiol/GNotifier
arch = any
@@ -16,13 +16,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.1.r130
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.1.r130
depends = thunderbird
provides = thunderbird-extension-gnotifier
conflicts = thunderbird-extension-gnotifier
diff --git a/PKGBUILD b/PKGBUILD
index 57ad09c5e024..162128b7c3dc 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.1.r130
pkgrel=1
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'