summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2017-04-04 20:59:00 +0200
committerXZS2017-04-04 20:59:00 +0200
commit48557ce11dab397d6d4bf338dc0375c05245c71b (patch)
treef061300f4720f8e0200e16252c50fe9b1ec5bf5d
parent2cba92092725962c0a7d5da09df5db2f542437ec (diff)
downloadaur-48557ce11dab397d6d4bf338dc0375c05245c71b.tar.gz
propagate upstream update
Pre-release number 2 of this series never existed. Number 3 was not propagated as it concerned unrelated platforms. This pre-release fixes a bug that caused the notifications to stop working after a while.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef42da84f94..ec26291cb36c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozilla-extension-gnotifier-git
pkgdesc = Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.
- pkgver = 1.9.9pre1
- pkgrel = 2
+ pkgver = 1.9.9pre4
+ pkgrel = 1
url = https://github.com/mkiol/GNotifier
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = mozilla-extension-gnotifier-git
makedepends = git
makedepends = rasqal
depends = libnotify
- provides = mozilla-extension-gnotifier=1.9.9pre1
+ provides = mozilla-extension-gnotifier=1.9.9pre4
conflicts = mozilla-extension-gnotifier
source = mozilla-extension-gnotifier::git+https://github.com/mkiol/GNotifier
md5sums = SKIP
@@ -19,13 +19,13 @@ pkgbase = mozilla-extension-gnotifier-git
pkgname = mozilla-extension-gnotifier-git
pkgname = firefox-extension-gnotifier-git
- depends = mozilla-extension-gnotifier-git=1.9.9pre1
+ depends = mozilla-extension-gnotifier-git=1.9.9pre4
depends = firefox
provides = firefox-extension-gnotifier
conflicts = firefox-extension-gnotifier
pkgname = thunderbird-extension-gnotifier-git
- depends = mozilla-extension-gnotifier-git=1.9.9pre1
+ depends = mozilla-extension-gnotifier-git=1.9.9pre4
depends = thunderbird
provides = thunderbird-extension-gnotifier
conflicts = thunderbird-extension-gnotifier
diff --git a/PKGBUILD b/PKGBUILD
index 6f9dbeecca17..b79e3ee7635a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# You may find it convenient to file issues and pull requests there.
pkgname=mozilla-extension-gnotifier-git
-pkgver=1.9.9pre1
-pkgrel=2
+pkgver=1.9.9pre4
+pkgrel=1
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'
arch=('any')